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

Issue 2643283003: For SPv2, attach element to compositor animation player without a CLM. (Closed)

Created:
3 years, 11 months ago by wkorman
Modified:
3 years, 11 months ago
Reviewers:
loyso (OOO), ajuma, pdr.
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, Eric Willigers, rjwright, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

For SPv2, attach element to compositor animation player without a CLM. BUG=674317 Review-Url: https://codereview.chromium.org/2643283003 Cr-Commit-Position: refs/heads/master@{#445494} Committed: https://chromium.googlesource.com/chromium/src/+/653f787c53cd2f9104e85dc61238d9ef25e9d347

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -7 lines) Patch
M third_party/WebKit/Source/core/animation/CompositorAnimations.cpp View 1 chunk +10 lines, -7 lines 2 comments Download

Messages

Total messages: 17 (7 generated)
wkorman
I spent about an hour working on a unit test and concluded it could take ...
3 years, 11 months ago (2017-01-20 23:27:36 UTC) #2
wkorman
https://codereview.chromium.org/2643283003/diff/1/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp File third_party/WebKit/Source/core/animation/CompositorAnimations.cpp (right): https://codereview.chromium.org/2643283003/diff/1/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp#newcode461 third_party/WebKit/Source/core/animation/CompositorAnimations.cpp:461: compositorPlayer->attachElement(createCompositorElementId( This will end up at this check: https://cs.chromium.org/chromium/src/cc/animation/animation_player.cc?q=animationplayer+file:cc+attachelement&sq=package:chromium&dr=CSs&l=72 ...
3 years, 11 months ago (2017-01-20 23:45:47 UTC) #3
wkorman
On 2017/01/20 at 23:45:47, wkorman wrote: > https://codereview.chromium.org/2643283003/diff/1/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp > File third_party/WebKit/Source/core/animation/CompositorAnimations.cpp (right): > > https://codereview.chromium.org/2643283003/diff/1/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp#newcode461 ...
3 years, 11 months ago (2017-01-20 23:51:36 UTC) #4
ajuma
On 2017/01/20 23:27:36, wkorman wrote: > I spent about an hour working on a unit ...
3 years, 11 months ago (2017-01-23 14:55:08 UTC) #5
pdr.
On 2017/01/23 at 14:55:08, ajuma wrote: > On 2017/01/20 23:27:36, wkorman wrote: > > I ...
3 years, 11 months ago (2017-01-23 19:12:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2643283003/1
3 years, 11 months ago (2017-01-23 19:13:12 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/218126)
3 years, 11 months ago (2017-01-23 20:18:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2643283003/1
3 years, 11 months ago (2017-01-23 20:45:35 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/653f787c53cd2f9104e85dc61238d9ef25e9d347
3 years, 11 months ago (2017-01-23 21:42:19 UTC) #15
loyso (OOO)
3 years, 11 months ago (2017-01-24 00:48:20 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/2643283003/diff/1/third_party/WebKit/Source/c...
File third_party/WebKit/Source/core/animation/CompositorAnimations.cpp (right):

https://codereview.chromium.org/2643283003/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/animation/CompositorAnimations.cpp:461:
compositorPlayer->attachElement(createCompositorElementId(
cc::AnimationPlayer::animation_host_ is not nullptr if
1) Player is added to timeline
2) Timeline is added to AnimationHost.

Powered by Google App Engine
This is Rietveld 408576698