| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index 2d28e4b314fd35c3adf1e1b66207925cd06e08bf..92275235055278524e1d8a9f160f8432d29403cb 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -136,6 +136,9 @@ public:
|
|
|
| String valueWithDefault() const;
|
|
|
| + // This function dispatches 'input' event for non-textfield types. Callers
|
| + // need to handle any DOM structure changes by event handlers, or need to
|
| + // delay the 'input' event with EventQueueScope.
|
| void setValueFromRenderer(const String&);
|
|
|
| int selectionStartForBinding(ExceptionState&) const;
|
|
|