Index: third_party/WebKit/Source/core/css/cssom/StyleCalcLength.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/StyleCalcLength.h b/third_party/WebKit/Source/core/css/cssom/StyleCalcLength.h |
index 64391c9482fa28ebb6e7294fbf71d27841e8ced9..d086926357b9376b65e2ba1ab2aeb6db72c200de 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/StyleCalcLength.h |
+++ b/third_party/WebKit/Source/core/css/cssom/StyleCalcLength.h |
@@ -44,6 +44,7 @@ public: |
#undef GETTER_MACRO |
+ String cssString() const override; |
PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() const override; |
StyleValueType type() const override { return CalcLengthType; } |