| Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| index 505e2013886e2cb250f0dea3207ee2020bb2b668..bde8e35df2fd53e580a81eb4b0daf895ad724f55 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| @@ -46,7 +46,7 @@ class CSSColorInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| InterpolationValue convertStyleColorPair(const StyleColor&,
|
| const StyleColor&) const;
|
|
|