| Index: Source/core/animation/AnimationEffect.h
|
| diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h
|
| index 772d969a3d6a09074fd53c9acf27de2e6b8be857..10c839c44aad2f96a475fa8b6a2229e5037f2c2a 100644
|
| --- a/Source/core/animation/AnimationEffect.h
|
| +++ b/Source/core/animation/AnimationEffect.h
|
| @@ -83,7 +83,7 @@ public:
|
|
|
| virtual ~AnimationEffect() { }
|
|
|
| - virtual bool isAnimation() const { return false; }
|
| + virtual bool isKeyframeEffect() const { return false; }
|
|
|
| Phase phase() const { return ensureCalculated().phase; }
|
| bool isCurrent() const { return ensureCalculated().isCurrent; }
|
|
|