| Index: third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| index 1b4a003cf6c890f2cc984eec413e68291c849e38..196deddb6cd8f2ad285d117535e33c0e29323048 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| @@ -46,7 +46,7 @@
|
| namespace blink {
|
|
|
| class Document;
|
| -class AnimationEffect;
|
| +class AnimationEffectReadOnly;
|
|
|
| // AnimationTimeline is constructed and owned by Document, and tied to its lifecycle.
|
| class CORE_EXPORT AnimationTimeline : public GarbageCollectedFinalized<AnimationTimeline>, public ScriptWrappable {
|
| @@ -68,7 +68,7 @@ public:
|
| void serviceAnimations(TimingUpdateReason);
|
| void scheduleNextService();
|
|
|
| - Animation* play(AnimationEffect*);
|
| + Animation* play(AnimationEffectReadOnly*);
|
| HeapVector<Member<Animation>> getAnimations();
|
|
|
| void animationAttached(Animation&);
|
|
|