| Index: third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| index 236614a23cc9ce78e7d456c7ad314f187fc47afe..779f597cfb7ad7610c77d902ca737566bd911844 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| @@ -72,8 +72,7 @@ class TextFieldInputType : public InputType,
|
|
|
| virtual bool needsContainer() const { return false; }
|
| virtual String convertFromVisibleValue(const String&) const;
|
| - enum ValueChangeState { ValueChangeStateNone, ValueChangeStateChanged };
|
| - virtual void didSetValueByUserEdit(ValueChangeState);
|
| + virtual void didSetValueByUserEdit();
|
|
|
| void handleKeydownEventForSpinButton(KeyboardEvent*);
|
| bool shouldHaveSpinButton() const;
|
|
|