DescriptionRemoves usage of aura::Window from Node
Each Node no longer creates an aura::Window. Instead RootViewManager
creates a single aura::Window that is responsible for drawing the
entire scene. RootViewManager is told when to redraw certain
areas. When RootViewManager needs to paint is paints the whole
tree.
At some point RootViewManager won't creat an aura::Window at all,
instead it'll take to the surface manager and create the frame data
for the scene.
BUG=none
TEST=none
R=jamesr@chromium.org
Committed: https://crrev.com/6531de858f7c917d471fdb8c65fd2c4dc3715491
Cr-Commit-Position: refs/heads/master@{#291901}
Patch Set 1 #Patch Set 2 : conditional #
Total comments: 4
Patch Set 3 : review #Messages
Total messages: 8 (0 generated)
|