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

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

Issue 2395993002: Add type casts for KeyframeEffectReadOnly (Closed)
Patch Set: Add TODO Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
index 29d9e2e5b9a540f7e5c813de9894f502d3d9cb7e..5387f3054f7ab7ee85e9a4a3b52693fa8629a4f4 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
@@ -79,6 +79,7 @@ class CORE_EXPORT AnimationEffectReadOnly
virtual ~AnimationEffectReadOnly() {}
+ virtual bool isKeyframeEffectReadOnly() const { return false; }
virtual bool isKeyframeEffect() const { return false; }
virtual bool isInertEffect() const { return false; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698