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

Unified Diff: third_party/WebKit/Source/core/animation/CompositorAnimations.h

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/CompositorAnimations.h
diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimations.h b/third_party/WebKit/Source/core/animation/CompositorAnimations.h
index d43b256c817cf155be60d26e5a87cf5a4967b66b..98b23f246f7f410f7343540c634efcafcbfc8334 100644
--- a/third_party/WebKit/Source/core/animation/CompositorAnimations.h
+++ b/third_party/WebKit/Source/core/animation/CompositorAnimations.h
@@ -43,6 +43,7 @@ namespace blink {
class Animation;
class CompositorAnimation;
+class CompositorAnimationPlayer;
class Element;
class FloatBox;
class KeyframeEffectModelBase;
@@ -69,7 +70,8 @@ class CORE_EXPORT CompositorAnimations {
double start_time,
double time_offset,
const Timing&,
- const Animation&,
+ const Animation*,
+ CompositorAnimationPlayer*,
const EffectModel&,
Vector<int>& started_animation_ids,
double animation_playback_rate);

Powered by Google App Engine
This is Rietveld 408576698