| Index: third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| index 64220c45cecec9ee8df0fcf978bcaa6cee8a8206..6ea23660862a284fbcbff563187df27faba2f145 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| @@ -18,7 +18,7 @@ class CSSOffsetRotateInterpolationType : public CSSInterpolationType {
|
| }
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void composite(UnderlyingValueOwner&,
|
| double underlyingFraction,
|
| const InterpolationValue&,
|
|
|