Removes 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 Review URL: https://codereview.chromium.org/507563002 Cr-Commit-Position: refs/heads/master@{#291901}
Showing
Please register or sign in to comment