Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: third_party/WebKit/Source/core/html/forms/TextFieldInputType.h

Issue 2794273002: Remove the argument of InputType::didSetValueByUserEdit(). (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698