| Index: third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| index f98e66e33b5cb88fe5536c20e0dda53940dc283f..ea49b6496819842ef23859d8fda84b0d70e3728b 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| @@ -15,7 +15,7 @@ class CSSPaintInterpolationType : public CSSInterpolationType {
|
| : CSSInterpolationType(property) {}
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void applyStandardPropertyValue(const InterpolableValue&,
|
| const NonInterpolableValue*,
|
| StyleResolverState&) const final;
|
|
|