| Index: third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationEffect.h b/third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| index ec6f673e98330f50cb69d1c254f0f2867f5fe6a1..fbe38472dda75333d493483925a9a63b0ddef732 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| @@ -83,6 +83,7 @@ public:
|
| virtual ~AnimationEffect() { }
|
|
|
| virtual bool isKeyframeEffect() const { return false; }
|
| + virtual bool isInertEffect() const { return false; }
|
|
|
| Phase getPhase() const { return ensureCalculated().phase; }
|
| bool isCurrent() const { return ensureCalculated().isCurrent; }
|
|
|