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

Issue 184983005: Remove Views dependency from window_animations.cc (Closed)

Created:
6 years, 9 months ago by Ben Goodger (Google)
Modified:
6 years, 9 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, kalyank, Ian Vollick, tfarina, sievers+watch_chromium.org, jbauman+watch_chromium.org, ben+views_chromium.org, piman+watch_chromium.org, ben+aura_chromium.org, danakj+watch_chromium.org, cc-bugs_chromium.org, ben+corewm_chromium.org
Visibility:
Public.

Description

Remove Views dependency from window_animations.cc . Adds an "owner" property to Layer that identifies its LayerOwner. If a Layer is not owned by a LayerOwner that's OK - this property will be NULL. . Provides a more formal API to LayerOwner, e.g. SetLayer, which initializes the bound Layer's owner property. . Updates Window and View to use this new API. R=sky@chromium.org BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255106

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -130 lines) Patch
M ui/aura/test/window_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window.cc View 1 26 chunks +77 lines, -80 lines 0 comments Download
M ui/compositor/layer.h View 4 chunks +7 lines, -0 lines 0 comments Download
M ui/compositor/layer.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/compositor/layer_owner.h View 1 3 chunks +7 lines, -1 line 0 comments Download
M ui/compositor/layer_owner.cc View 1 1 chunk +17 lines, -2 lines 0 comments Download
M ui/views/corewm/DEPS View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M ui/views/corewm/window_animations.cc View 2 chunks +9 lines, -29 lines 0 comments Download
M ui/views/view.cc View 4 chunks +10 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ben Goodger (Google)
This is a different approach than we discussed. The trick was as you noted there ...
6 years, 9 months ago (2014-03-05 06:22:59 UTC) #1
sky
LGTM Nice!
6 years, 9 months ago (2014-03-05 15:38:59 UTC) #2
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 9 months ago (2014-03-05 16:12:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/184983005/40001
6 years, 9 months ago (2014-03-05 16:13:33 UTC) #4
commit-bot: I haz the power
6 years, 9 months ago (2014-03-05 18:51:13 UTC) #5
Message was sent while issue was closed.
Change committed as 255106

Powered by Google App Engine
This is Rietveld 408576698