| Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| index 2aef910d1cf279d9ea9f7cf854a8125586d91d7b..4aa8e251858bb8b39f2f77e9682ad25afc56d9a9 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| @@ -27,8 +27,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;
|
| };
|
|
|
|
|