| Index: sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| index d191c76e9fb44bdc61824c9a3757e36a60a1ac65..48af14da8c05a97035cbe8d3aa310c5eb16f1c3c 100644
|
| --- a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| +++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| @@ -11,7 +11,6 @@
|
| namespace blink {
|
|
|
| class CSSBasicShape;
|
| -class CSSImageValue;
|
| class CSSPrimitiveValue;
|
| class CSSShadowValue;
|
| class CSSValueList;
|
| @@ -27,7 +26,6 @@ public:
|
|
|
| static bool interpolationRequiresStyleResolve(const CSSValue&);
|
| static bool interpolationRequiresStyleResolve(const CSSPrimitiveValue&);
|
| - static bool interpolationRequiresStyleResolve(const CSSImageValue&);
|
| static bool interpolationRequiresStyleResolve(const CSSShadowValue&);
|
| static bool interpolationRequiresStyleResolve(const CSSValueList&);
|
| static bool interpolationRequiresStyleResolve(const CSSBasicShape&);
|
|
|