| Index: Source/core/animation/AnimationEffect.h
|
| diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h
|
| index 57b053b217cc897f16530cdeec57a19a7bfba93f..89b3494c557c3deb61bab028c0f13268d6b09dd3 100644
|
| --- a/Source/core/animation/AnimationEffect.h
|
| +++ b/Source/core/animation/AnimationEffect.h
|
| @@ -52,6 +52,7 @@ public:
|
| class CompositableValue : public RefCounted<CompositableValue> {
|
| public:
|
| virtual ~CompositableValue() { }
|
| + virtual bool dependsOnUnderlyingValue() const = 0;
|
| virtual PassRefPtr<AnimatableValue> compositeOnto(const AnimatableValue*) const = 0;
|
| };
|
|
|
|
|