Index: Source/core/animation/DeferredLegacyStyleInterpolation.h |
diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.h b/Source/core/animation/DeferredLegacyStyleInterpolation.h |
index 335920643b5f5ee47be85feb9ac5c75c619efd86..9d3d3bf24bff89d91110a51a2455003ed0d14300 100644 |
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.h |
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.h |
@@ -19,6 +19,7 @@ class CSSQuadValue; |
class CSSShadowValue; |
class CSSSVGDocumentValue; |
class CSSValueList; |
+class CSSValuePair; |
class CORE_EXPORT DeferredLegacyStyleInterpolation : public StyleInterpolation { |
public: |
@@ -37,6 +38,7 @@ public: |
static bool interpolationRequiresStyleResolve(const CSSShadowValue&); |
static bool interpolationRequiresStyleResolve(const CSSSVGDocumentValue&); |
static bool interpolationRequiresStyleResolve(const CSSValueList&); |
+ static bool interpolationRequiresStyleResolve(const CSSValuePair&); |
static bool interpolationRequiresStyleResolve(const CSSBasicShape&); |
static bool interpolationRequiresStyleResolve(const CSSQuadValue&); |