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

Unified Diff: third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.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/KeyframeEffectReadOnly.h
diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
index b18d33b71ba565f727d985412e13892e897872fc..ceb9080bbf7a49916a202ca8c9b19142025b86e0 100644
--- a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
+++ b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
@@ -12,6 +12,7 @@
namespace blink {
class DictionarySequenceOrDictionary;
+class CompositorAnimationPlayer;
class Element;
class ExceptionState;
class ExecutionContext;
@@ -64,7 +65,8 @@ class CORE_EXPORT KeyframeEffectReadOnly : public AnimationEffectReadOnly {
bool MaybeStartAnimationOnCompositor(int group,
double start_time,
double time_offset,
- double animation_playback_rate);
+ double animation_playback_rate,
+ CompositorAnimationPlayer*);
bool HasActiveAnimationsOnCompositor() const;
bool HasActiveAnimationsOnCompositor(const PropertyHandle&) const;
bool CancelAnimationOnCompositor();

Powered by Google App Engine
This is Rietveld 408576698