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

Issue 159733003: Don't run paused animations on the compositor. (Closed)

Created:
6 years, 10 months ago by andersr
Modified:
6 years, 10 months ago
Reviewers:
dstockwell
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), dstockwell, Timothy Loh, darktears, Steve Block, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Don't run paused animations on the compositor. There is a bug where compositable animations are started (and played back) even if their initial state is "paused". It would appear that pausing/unpausing composited animations is not implemented, and that pausing a currently running composited animation causes it to be permanently "thrown out" of the compositor. In light of this, I suggest to simply not start paused animations on the compositor, for now. BUG=342192 TEST=manual Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167140

Patch Set 1 #

Patch Set 2 : Add automated test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -1 line) Patch
A LayoutTests/animations/animation-paused-hardware.html View 1 1 chunk +38 lines, -0 lines 0 comments Download
A LayoutTests/animations/animation-paused-hardware-expected.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
M Source/core/animation/Player.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
andersr
6 years, 10 months ago (2014-02-11 14:31:21 UTC) #1
dstockwell
The fix looks good, but we need a test. This should be reproducible under the ...
6 years, 10 months ago (2014-02-12 00:22:57 UTC) #2
andersr
Patch is updated, PTAL.
6 years, 10 months ago (2014-02-13 21:11:22 UTC) #3
dstockwell
lgtm
6 years, 10 months ago (2014-02-14 00:09:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andersr@opera.com/159733003/50001
6 years, 10 months ago (2014-02-14 00:10:03 UTC) #5
commit-bot: I haz the power
6 years, 10 months ago (2014-02-14 03:08:02 UTC) #6
Message was sent while issue was closed.
Change committed as 167140

Powered by Google App Engine
This is Rietveld 408576698