Index: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
index 7ef5824379036c4213b04e8df2940ddbc1111b14..78a779909086bd6f69d173e1820bd893ef896346 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
@@ -25,8 +25,8 @@ private: |
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; |
PassOwnPtr<PairwisePrimitiveInterpolation> mergeSingleConversions(InterpolationValue& startValue, InterpolationValue& endValue) const final; |
}; |