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