| Index: third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.h
|
| index 47d8ce4d433abe3cc4b7ce16516e115478e045bd..8970e8657f509198e2209f494fdae9d775058af7 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.h
|
| @@ -17,7 +17,7 @@ class CSSRotateInterpolationType : public CSSInterpolationType {
|
| }
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| PairwiseInterpolationValue maybeMergeSingles(
|
| InterpolationValue&& start,
|
| InterpolationValue&& end) const final;
|
|
|