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

Issue 12609006: ui::Layer::SwitchToLayer should finish animations on its old cc::Layer (Closed)

Created:
7 years, 9 months ago by ajuma
Modified:
7 years, 9 months ago
Reviewers:
Ian Vollick
CC:
chromium-reviews, Ian Vollick, piman+watch_chromium.org, cc-bugs_chromium.org, jonathan.backer
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

ui::Layer::SwitchToLayer should finish animations on its old cc::Layer Opacity and transform animations on a ui::Layer are handled by its cc::Layer. This CL ensures that when a ui::Layer changes its cc::Layer, it finishes animations that are being handled by the old cc::Layer. BUG=164206 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188291

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M ui/compositor/layer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/compositor/layer.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M ui/compositor/layer_unittest.cc View 3 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ajuma
Without this fix, a ui::LayerAnimationElement that has dispatched an animation to the old cc::Layer but ...
7 years, 9 months ago (2013-03-15 01:13:50 UTC) #1
Ian Vollick
lgtm
7 years, 9 months ago (2013-03-15 01:30:02 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/12609006/1
7 years, 9 months ago (2013-03-15 01:41:18 UTC) #3
commit-bot: I haz the power
7 years, 9 months ago (2013-03-15 07:48:26 UTC) #4
Message was sent while issue was closed.
Change committed as 188291

Powered by Google App Engine
This is Rietveld 408576698