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:
Martin Robinson 2015-01-06 12:30:01 -08:00
parent ad751e4926
commit 9ac759ed80
3 changed files with 15 additions and 15 deletions

View file

@ -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(..) |