| Index: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| index a1fe2f7b72c52b393ba5d529741e0c28f601f8e9..50e02bec87c14132dcab303f2fefd4da7e27a552 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| @@ -26,7 +26,7 @@ class CSSValueInterpolationType : public CSSInterpolationType {
|
| }
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final {
|
| + const ComputedStyle&) const final {
|
| return nullptr;
|
| }
|
|
|
|
|