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

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

Issue 2236583003: Rename AnimationEffect to AnimationEffectReadOnly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deprecated-assert
Patch Set: Rebase Created 4 years, 4 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/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&);

Powered by Google App Engine
This is Rietveld 408576698