| 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 d2eae88fcbdc370273913b48dcacd690c55666fd..abb906b4c601b637b1d65bf5e02810cb20aedf61 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| @@ -29,7 +29,7 @@ class CSSNumberInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| };
|
|
|
|
|