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 upFix layer / stacking context namining inconsistencies #496
Comments
|
Could be seen as a sub-task of #482 |
|
I propose using the "layer" terminology for the moving things that webrender bases its internal transforms on (like layers::Layer), and consistently use "stacking context" for things that map "1 to 1" to actual css stacking contexts. I'd appreciate if we wait for PR #568 to land before writing code for this to avoid ugly merge conflicts. |
|
This can be considered complete with the removal of ClipScrollGroup and PackedLayer. |
The use of layer as a term is inconsistent between the cpu and gpu portion of webrender. Very confusing...