Index: third_party/WebKit/Source/core/css/cssom/KeywordValue.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/KeywordValue.h b/third_party/WebKit/Source/core/css/cssom/KeywordValue.h |
index 1e628e1e90a736087415919ebb2920fbdbc09450..0c188099a09e30c7d2b42367d3c1f5644467983f 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/KeywordValue.h |
+++ b/third_party/WebKit/Source/core/css/cssom/KeywordValue.h |
@@ -27,6 +27,7 @@ public: |
const String& keywordValue() const; |
+ String cssString() const override; |
PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() const override; |
private: |