Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
index 8adb12e1c04c000840fa36bac82bc3f5dfc78c8d..664e72e599af763add772f5c12f18df0f1237286 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
@@ -22,8 +22,8 @@ private: |
PassOwnPtr<InterpolationValue> createNumberValue(double number) const; |
PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&, ConversionCheckers&) const final; |
PassOwnPtr<InterpolationValue> maybeConvertInitial() const final; |
- PassOwnPtr<InterpolationValue> maybeConvertInherit(const StyleResolverState*, ConversionCheckers&) const final; |
- PassOwnPtr<InterpolationValue> maybeConvertValue(const CSSValue&, const StyleResolverState*, ConversionCheckers&) const final; |
+ PassOwnPtr<InterpolationValue> maybeConvertInherit(const StyleResolverState&, ConversionCheckers&) const final; |
+ PassOwnPtr<InterpolationValue> maybeConvertValue(const CSSValue&, const StyleResolverState&, ConversionCheckers&) const final; |
}; |
} // namespace blink |