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 35e96ae344f827b34d2c3f4e0fa5ef008c01d0fe..0ed79e006c0f4d7a6de8eaa6cfde733b04e80e35 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.h |
@@ -16,8 +16,8 @@ class CSSRotateInterpolationType : public CSSInterpolationType { |
DCHECK_EQ(cssProperty(), CSSPropertyRotate); |
} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&, |
const InterpolationEnvironment&, |
const InterpolationValue& underlying, |