| Index: Source/core/animation/InterpolationEffect.h
|
| diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h
|
| index f6c4f0d1b73eaac65a0ed3d76fe1ca7c13fd3bdb..599b722166c3854a8defd0ebf52effe422f6e0fd 100644
|
| --- a/Source/core/animation/InterpolationEffect.h
|
| +++ b/Source/core/animation/InterpolationEffect.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef InterpolationEffect_h
|
| #define InterpolationEffect_h
|
|
|
| +#include "core/animation/DeferredLegacyStyleInterpolation.h"
|
| #include "core/animation/Interpolation.h"
|
| #include "core/animation/Keyframe.h"
|
| +#include "core/animation/StyleInterpolation.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/animation/TimingFunction.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -30,6 +32,8 @@ public:
|
|
|
| void addInterpolationsFromKeyframes(CSSPropertyID, Element*, Keyframe::PropertySpecificKeyframe& keyframeA, Keyframe::PropertySpecificKeyframe& keyframeB, double applyFrom, double applyTo);
|
|
|
| + void setDeferredInterpolationsOutdated();
|
| +
|
| void trace(Visitor*);
|
|
|
| private:
|
|
|