| Index: Source/core/animation/InterpolationEffect.h
|
| diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h
|
| index f6c4f0d1b73eaac65a0ed3d76fe1ca7c13fd3bdb..20e384912186eef27168408fe2914e95fcb28fd0 100644
|
| --- a/Source/core/animation/InterpolationEffect.h
|
| +++ b/Source/core/animation/InterpolationEffect.h
|
| @@ -30,6 +30,8 @@ public:
|
|
|
| void addInterpolationsFromKeyframes(CSSPropertyID, Element*, Keyframe::PropertySpecificKeyframe& keyframeA, Keyframe::PropertySpecificKeyframe& keyframeB, double applyFrom, double applyTo);
|
|
|
| + void setDeferredInterpolationsOutdated();
|
| +
|
| void trace(Visitor*);
|
|
|
| private:
|
|
|