| Index: third_party/WebKit/Source/core/html/forms/InputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| index d78250fbce2ee3e01023088d203e718e4cd06c4d..af9283a175e8acf5dab81f7b3bc1ab7b394eb53b 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| @@ -179,7 +179,8 @@ class CORE_EXPORT InputType : public GarbageCollectedFinalized<InputType> {
|
| virtual bool canSetValue(const String&);
|
| virtual void setValue(const String&,
|
| bool valueChanged,
|
| - TextFieldEventBehavior);
|
| + TextFieldEventBehavior,
|
| + TextControlSetValueSelection);
|
| virtual bool shouldRespectListAttribute();
|
| virtual bool isEnumeratable();
|
| virtual bool isCheckable();
|
|
|