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

Issue 13725015: Merge ui::Layer's concept of position with cc::Layer's (Closed)

Created:
7 years, 8 months ago by ajuma
Modified:
7 years, 8 months ago
Reviewers:
piman
CC:
chromium-reviews, Ian Vollick, piman+watch_chromium.org, cc-bugs_chromium.org, jonathan.backer
Visibility:
Public.

Description

Merge ui::Layer's concept of position with cc::Layer's This makes ui::Layer use cc::Layer::SetPosition for setting its position, instead of baking its position into the transform that's set on the cc::Layer. This means that a change to a ui::Layer's bounds no longer affects the transform set on the cc::Layer, and hence bounds animations no longer conflict with threaded transform animations. BUG=170219, 226326 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192659

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -22 lines) Patch
M ui/compositor/layer.h View 2 chunks +1 line, -1 line 0 comments Download
M ui/compositor/layer.cc View 6 chunks +11 lines, -6 lines 0 comments Download
M ui/compositor/layer_animation_element.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/compositor/layer_animation_sequence.cc View 1 chunk +1 line, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ajuma
7 years, 8 months ago (2013-04-05 18:33:18 UTC) #1
piman
lgtm
7 years, 8 months ago (2013-04-05 19:18:27 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/13725015/2001
7 years, 8 months ago (2013-04-05 19:32:31 UTC) #3
commit-bot: I haz the power
7 years, 8 months ago (2013-04-06 00:04:43 UTC) #4
Message was sent while issue was closed.
Change committed as 192659

Powered by Google App Engine
This is Rietveld 408576698