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

Unified Diff: third_party/WebKit/Source/core/animation/Animation.cpp

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/animation/Animation.cpp
diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
index 19b5e3029b9b64cf1495bc2cd1f8be67a091d3dd..03fe4bc8d45d0003814cfe319531326b4d3707b0 100644
--- a/third_party/WebKit/Source/core/animation/Animation.cpp
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp
@@ -800,7 +800,8 @@ bool Animation::MaybeStartAnimationOnCompositor(
DCHECK_NE(compositor_group_, 0);
return ToKeyframeEffectReadOnly(content_.Get())
->MaybeStartAnimationOnCompositor(compositor_group_, start_time,
- time_offset, playback_rate_);
+ time_offset, playback_rate_,
+ compositor_player_->Player());
}
void Animation::SetCompositorPending(bool effect_changed) {

Powered by Google App Engine
This is Rietveld 408576698