| 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; }
|
|
|
|
|