| Index: Source/core/animation/AnimationEffect.h
|
| diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h
|
| index 597ae7e7ed647a6c93b41f8e8f1eb7626c3917c1..6c3947864cbe1b042f8c9f9015fc843f8ef72e33 100644
|
| --- a/Source/core/animation/AnimationEffect.h
|
| +++ b/Source/core/animation/AnimationEffect.h
|
| @@ -60,6 +60,7 @@ public:
|
| typedef HashMap<CSSPropertyID, RefPtr<CompositableValue> > CompositableValueMap;
|
| virtual PassOwnPtr<CompositableValueMap> sample(int iteration, double fraction) const = 0;
|
|
|
| + virtual bool affects(CSSPropertyID) { return false; };
|
| virtual bool isKeyframeAnimationEffect() const { return false; }
|
| };
|
|
|
|
|