| Index: Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.h b/Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| index 1c624ae790c3ea39081d456841d07f35c22de0ad..335920643b5f5ee47be85feb9ac5c75c619efd86 100644
|
| --- a/Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| +++ b/Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| @@ -15,6 +15,7 @@ namespace blink {
|
| class CSSBasicShape;
|
| class CSSImageValue;
|
| class CSSPrimitiveValue;
|
| +class CSSQuadValue;
|
| class CSSShadowValue;
|
| class CSSSVGDocumentValue;
|
| class CSSValueList;
|
| @@ -37,6 +38,7 @@ public:
|
| static bool interpolationRequiresStyleResolve(const CSSSVGDocumentValue&);
|
| static bool interpolationRequiresStyleResolve(const CSSValueList&);
|
| static bool interpolationRequiresStyleResolve(const CSSBasicShape&);
|
| + static bool interpolationRequiresStyleResolve(const CSSQuadValue&);
|
|
|
| void underlyingStyleChanged() { m_outdated = true; }
|
|
|
|
|