Chromium Code Reviews| 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; }; | 
| 
 
Steve Block
2013/11/18 05:03:03
It looks like my comment in Animation::affects() i
 
dstockwell
2013/11/18 06:11:20
Done.
 
 | 
| virtual bool isKeyframeAnimationEffect() const { return false; } | 
| }; |