Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConvert some ClipScrollNodeIndex references to TransformIndex. #2879
Conversation
This is some more prep work for supporting rasterizing Pictures in different coordinate spaces. Other minor changes: - Rename TransformPaletteId to TransformId. - Modify reftest to force an off-screen target, since the opacity filter was being collapsed due to opacity optimizations.
|
r? @kvark or @mrobinson We can hold off on merging this if it's going to conflict with the clip-scroll-tree splitting work. Pending try: Pending baseline try of Gecko + WR master: |
|
|
|
Some assumptions here will need to change with the clip-scroll tree split PR. I'll close this and re-open once this is refactored. |
gw3583 commentedJul 10, 2018
•
edited by larsbergstrom
This is some more prep work for supporting rasterizing Pictures
in different coordinate spaces.
Other minor changes:
opacity filter was being collapsed due to opacity optimizations.
This change is