Index: Source/core/animation/DeferredLegacyStyleInterpolation.h |
diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.h b/Source/core/animation/DeferredLegacyStyleInterpolation.h |
index 21fd7a85b6e83be6f6723cf386b8c3beb8c35039..fa4f18a4f4076d8c07800c66fb72d87387597689 100644 |
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.h |
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.h |
@@ -30,8 +30,8 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
- static bool interpolationRequiresStyleResolve(const CSSValue&); |
- static bool interpolationRequiresStyleResolve(const CSSPrimitiveValue&); |
+ static bool interpolationRequiresStyleResolve(const CSSValue); |
+ static bool interpolationRequiresStyleResolve(const CSSPrimitiveValue); |
static bool interpolationRequiresStyleResolve(const CSSImageValue&); |
static bool interpolationRequiresStyleResolve(const CSSShadowValue&); |
static bool interpolationRequiresStyleResolve(const CSSSVGDocumentValue&); |