Index: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h |
index 4a1674c1807b77934d77732e04220d3742f057b3..e70ed9d64e889bb01a14fe65c7d75072c687a431 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h |
@@ -66,9 +66,9 @@ class CSSValueInterpolationType : public CSSInterpolationType { |
underlyingValueOwner.set(*this, value); |
} |
- void apply(const InterpolableValue&, |
- const NonInterpolableValue*, |
- InterpolationEnvironment&) const final; |
+ void applyStandardPropertyValue(const InterpolableValue&, |
+ const NonInterpolableValue*, |
+ StyleResolverState&) const final; |
}; |
} // namespace blink |