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

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.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/BaseTemporalInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h b/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
index f9f809cc6a3da70b505abf5ff4b7b3654d9b706b..8d45f3fbaf40d532c418d7407209d8801223b967 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
@@ -83,6 +83,7 @@ class BaseTemporalInputType : public InputType {
String badInputText() const override;
InputTypeView* createView() override;
+ ValueMode valueMode() const override;
double valueAsDate() const override;
void setValueAsDate(double, ExceptionState&) const override;
double valueAsDouble() const override;

Powered by Google App Engine
This is Rietveld 408576698