Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
index 7561fae4238568adcebda3af6fd75d849aa22365..8de0d5f9c17fcc44b1c4300086e5d51ed18b49a5 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
@@ -44,6 +44,10 @@ class CSSLengthInterpolationType : public CSSInterpolationType { |
InterpolationValue&& start, |
InterpolationValue&& end) const final; |
+ const CSSValue* createCSSValue(const InterpolableValue&, |
+ const NonInterpolableValue*, |
+ const StyleResolverState&) const final; |
+ |
const ValueRange m_valueRange; |
}; |