Index: public/web/WebTextAreaElement.h |
diff --git a/public/web/WebTextAreaElement.h b/public/web/WebTextAreaElement.h |
index fae3995b0a07a0d288561653357d66be728a00c8..7f045302aa46a9b3b37e9d1be923df5fdb20ea4b 100644 |
--- a/public/web/WebTextAreaElement.h |
+++ b/public/web/WebTextAreaElement.h |
@@ -54,6 +54,8 @@ public: |
BLINK_EXPORT void setValue(const WebString&); |
BLINK_EXPORT WebString value() const; |
+ BLINK_EXPORT void setSuggestedValue(const WebString&); |
+ BLINK_EXPORT WebString suggestedValue() const; |
#if BLINK_IMPLEMENTATION |
WebTextAreaElement(const WTF::PassRefPtr<WebCore::HTMLTextAreaElement>&); |