| Index: public/web/WebTextAreaElement.h
|
| diff --git a/public/web/WebTextAreaElement.h b/public/web/WebTextAreaElement.h
|
| index 7f045302aa46a9b3b37e9d1be923df5fdb20ea4b..3bce77546d9f2f2451d2184da02d7cd4582c9b5d 100644
|
| --- a/public/web/WebTextAreaElement.h
|
| +++ b/public/web/WebTextAreaElement.h
|
| @@ -56,6 +56,9 @@ public:
|
| BLINK_EXPORT WebString value() const;
|
| BLINK_EXPORT void setSuggestedValue(const WebString&);
|
| BLINK_EXPORT WebString suggestedValue() const;
|
| + BLINK_EXPORT void setSelectionRange(int start, int end);
|
| + BLINK_EXPORT bool autoComplete() const;
|
| + BLINK_EXPORT WebString directionForFormData() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebTextAreaElement(const WTF::PassRefPtr<WebCore::HTMLTextAreaElement>&);
|
|
|