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