| Index: Source/core/animation/KeyframeEffectModel.h
|
| diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h
|
| index fd9b6f46aee9d1349f69d4b5073d0871e56e721f..6cf8104d4cbc0965dd0121e72815393e41c515bd 100644
|
| --- a/Source/core/animation/KeyframeEffectModel.h
|
| +++ b/Source/core/animation/KeyframeEffectModel.h
|
| @@ -108,6 +108,8 @@ public:
|
|
|
| virtual bool isKeyframeEffectModel() const OVERRIDE { return true; }
|
|
|
| + bool isReplaceOnly();
|
| +
|
| PropertySet properties() const;
|
|
|
| class PropertySpecificKeyframe {
|
|
|