| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| index 8f390627d0874d682a2d24450b2834c80e10e22f..510b22e03b9b189ef7553519d8c0220988342960 100644
|
| --- a/Source/core/animation/StyleInterpolation.h
|
| +++ b/Source/core/animation/StyleInterpolation.h
|
| @@ -35,6 +35,7 @@ public:
|
| virtual void apply(StyleResolverState&) const = 0;
|
|
|
| virtual bool isStyleInterpolation() const override final { return true; }
|
| + virtual bool isDeferredLegacyStyleInterpolation() const { return false; }
|
|
|
| CSSPropertyID id() const { return m_id; }
|
|
|
|
|