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

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

Issue 2424983004: Introduce enum InputType::ValueMode. (Closed)
Patch Set: Created 4 years, 2 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 3a5441e261f4ddb7613378b9c6ad0c44826fc60c..fe0c91ff03e20e52fbf2e6eed6335dfb318d732a 100644
--- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
@@ -82,6 +82,7 @@ class TextFieldInputType : public InputType,
private:
InputTypeView* createView() override;
+ ValueMode valueMode() const override;
bool shouldShowFocusRingOnMouseFocus() const final;
bool isTextField() const final;
bool valueMissing(const String&) const override;

Powered by Google App Engine
This is Rietveld 408576698