Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Issue 507563002: Removes usage of aura::Window from Node (Closed)

Created:
6 years, 4 months ago by sky
Modified:
6 years, 3 months ago
Reviewers:
jamesr
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Project:
chromium
Visibility:
Public.

Description

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 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -194 lines) Patch
M mojo/services/view_manager/default_access_policy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/view_manager/node.h View 3 chunks +19 lines, -42 lines 0 comments Download
M mojo/services/view_manager/node.cc View 1 2 1 chunk +76 lines, -132 lines 0 comments Download
M mojo/services/view_manager/node_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/services/view_manager/root_node_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/view_manager/root_node_manager.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M mojo/services/view_manager/root_view_manager.h View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M mojo/services/view_manager/root_view_manager.cc View 1 3 chunks +107 lines, -6 lines 0 comments Download
M mojo/services/view_manager/view_manager_service_impl.cc View 8 chunks +10 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sky
6 years, 4 months ago (2014-08-26 04:28:41 UTC) #1
jamesr
lgtm https://codereview.chromium.org/507563002/diff/20001/mojo/services/view_manager/node.cc File mojo/services/view_manager/node.cc (right): https://codereview.chromium.org/507563002/diff/20001/mojo/services/view_manager/node.cc#newcode32 mojo/services/view_manager/node.cc:32: DCHECK(child && child != this && !child->Contains(this)); nit: ...
6 years, 4 months ago (2014-08-26 04:51:25 UTC) #2
sky
https://codereview.chromium.org/507563002/diff/20001/mojo/services/view_manager/node.cc File mojo/services/view_manager/node.cc (right): https://codereview.chromium.org/507563002/diff/20001/mojo/services/view_manager/node.cc#newcode32 mojo/services/view_manager/node.cc:32: DCHECK(child && child != this && !child->Contains(this)); On 2014/08/26 ...
6 years, 3 months ago (2014-08-26 13:10:54 UTC) #3
sky
6 years, 3 months ago (2014-08-26 13:11:00 UTC) #4
sky
The CQ bit was checked by sky@chromium.org
6 years, 3 months ago (2014-08-26 13:11:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/507563002/40001
6 years, 3 months ago (2014-08-26 13:12:34 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (40001) as a2a6a43f227786bb6691f4ac48f05c4bf7aac65b
6 years, 3 months ago (2014-08-26 14:07:50 UTC) #7
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:42:45 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6531de858f7c917d471fdb8c65fd2c4dc3715491
Cr-Commit-Position: refs/heads/master@{#291901}

Powered by Google App Engine
This is Rietveld 408576698