| 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 bde8e35df2fd53e580a81eb4b0daf895ad724f55..42693cfdca0eda0c07454cd2b88e8a14a4393533 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| @@ -20,7 +20,7 @@ class CSSColorInterpolationType : public CSSInterpolationType {
|
| : CSSInterpolationType(property) {}
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void applyStandardPropertyValue(const InterpolableValue&,
|
| const NonInterpolableValue*,
|
| StyleResolverState&) const final;
|
|
|