Index: third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
index 7601f6b96d96643fabcefd8cf0ade3c6688d47c2..28e4e4ba5598c2c4e22ca926f7beef39b2004ce2 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
@@ -16,8 +16,8 @@ class CSSTransformInterpolationType : public CSSInterpolationType { |
DCHECK_EQ(cssProperty(), CSSPropertyTransform); |
} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&, |
const InterpolationEnvironment&, |
const InterpolationValue& underlying, |