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

Issue 722203004: Animations: Disable compositor when timeline playback rate is set (Closed)

Created:
6 years, 1 month ago by samli
Modified:
6 years, 1 month ago
Reviewers:
dstockwell
CC:
blink-reviews, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, Timothy Loh, darktears, Steve Block, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Animations: Disable compositor when timeline playback rate is set This change invalidates all compositor animations when the animation timeline playback rate is modified. If the timeline playback rate is not 1, then animations are no longer composited. BUG=432368 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185424 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185470

Patch Set 1 #

Total comments: 1

Patch Set 2 : Null timeline check #

Patch Set 3 : Fix oilpan build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M Source/core/animation/AnimationPlayer.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/animation/AnimationTimeline.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
samli
6 years, 1 month ago (2014-11-13 23:51:42 UTC) #2
Timothy Loh
https://codereview.chromium.org/722203004/diff/1/Source/core/animation/AnimationPlayer.cpp File Source/core/animation/AnimationPlayer.cpp (right): https://codereview.chromium.org/722203004/diff/1/Source/core/animation/AnimationPlayer.cpp#newcode603 Source/core/animation/AnimationPlayer.cpp:603: if (m_playbackRate == 0 || (std::isinf(sourceEnd()) && m_playbackRate < ...
6 years, 1 month ago (2014-11-14 03:02:12 UTC) #3
dstockwell
On 2014/11/14 at 03:02:12, timloh wrote: > https://codereview.chromium.org/722203004/diff/1/Source/core/animation/AnimationPlayer.cpp > File Source/core/animation/AnimationPlayer.cpp (right): > > https://codereview.chromium.org/722203004/diff/1/Source/core/animation/AnimationPlayer.cpp#newcode603 ...
6 years, 1 month ago (2014-11-17 05:53:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722203004/20001
6 years, 1 month ago (2014-11-17 08:44:24 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 185424
6 years, 1 month ago (2014-11-17 09:22:34 UTC) #7
yosin_UTC9
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/734003002/ by yosin@chromium.org. ...
6 years, 1 month ago (2014-11-17 09:47:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722203004/40001
6 years, 1 month ago (2014-11-17 22:15:27 UTC) #10
commit-bot: I haz the power
6 years, 1 month ago (2014-11-17 23:19:38 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=185470

Powered by Google App Engine
This is Rietveld 408576698