mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix root layer naming in the compositor
The term "root layer" is used in the compositor to refer to both the pipeline root layer and the page background layer. This can be quite confusing. Instead, call the page background layer the "base layer," which is always the first child of the pipeline root layer.
This commit is contained in:
parent
ad751e4926
commit
9ac759ed80
3 changed files with 15 additions and 15 deletions
|
@ -98,7 +98,7 @@ impl CompositorEventListener for NullCompositor {
|
|||
// we'll notice and think about whether it needs a response, like
|
||||
// SetFrameTree.
|
||||
|
||||
Msg::CreateOrUpdateRootLayer(..) |
|
||||
Msg::CreateOrUpdateBaseLayer(..) |
|
||||
Msg::CreateOrUpdateDescendantLayer(..) |
|
||||
Msg::SetLayerOrigin(..) |
|
||||
Msg::AssignPaintedBuffers(..) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue