| Index: third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| index 728546ce0f704a081dcd2a16699bba862672522a..3628fd6fd6c5d4cf6e74f0d81256f186a4ed32c2 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| @@ -37,7 +37,7 @@ class CSSInterpolationType : public InterpolationType {
|
| InterpolationValue maybeConvertUnderlyingValue(
|
| const InterpolationEnvironment&) const final;
|
| virtual InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const = 0;
|
| + const ComputedStyle&) const = 0;
|
|
|
| void apply(const InterpolableValue&,
|
| const NonInterpolableValue*,
|
|
|