| Index: third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| index 1355f63f4243e426bf1845eeec49b0bdeb79ad85..8fc7ec45d83009aac9a29425de2838d83edccdfb 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| @@ -37,7 +37,7 @@ class CSSClipInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| };
|
|
|
|
|