| Index: third_party/WebKit/public/web/WebFormControlElement.h
|
| diff --git a/third_party/WebKit/public/web/WebFormControlElement.h b/third_party/WebKit/public/web/WebFormControlElement.h
|
| index 504f64fe47fd157b3abc638da52da1f4f9aa045a..0f01e1b788bf28a90591a1a2e5d832e3a55fb639 100644
|
| --- a/third_party/WebKit/public/web/WebFormControlElement.h
|
| +++ b/third_party/WebKit/public/web/WebFormControlElement.h
|
| @@ -67,6 +67,9 @@ public:
|
| // element it finds the option with value matches the given parameter and make the
|
| // option as the current selection.
|
| BLINK_EXPORT void setValue(const WebString&, bool sendEvents = false);
|
| + // Sets the autofilled value for input element, textarea element and select
|
| + // element and sends a sequence of events to the element.
|
| + BLINK_EXPORT void setAutofillValue(const WebString&);
|
| // Returns value of element. For select element, it returns the value of
|
| // the selected option if present. If no selected option, an empty string
|
| // is returned. If element doesn't fall into input element, textarea element
|
|
|