| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| index ee5fb221a04e5f1ea29c68b7c5f5f2270edd2215..ff5bb2ed0936d7b0846276f8e218c2773c5aa248 100644
|
| --- a/Source/core/animation/StyleInterpolation.h
|
| +++ b/Source/core/animation/StyleInterpolation.h
|
| @@ -29,6 +29,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; }
|
|
|
|
|