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

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

Issue 2418573003: date-time-local WIP
Patch Set: Fix some more 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
index acf0656af480c687ba0c762d714e4d8b17dd1942..115404af854d06fe5226f38e38984f74857d1259 100644
--- a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
@@ -45,6 +45,7 @@ class DateTimeLocalInputType final : public BaseTemporalInputType {
explicit DateTimeLocalInputType(HTMLInputElement& element)
: BaseTemporalInputType(element) {}
+ String sanitizeValue(const String&) const override;
void countUsage() override;
const AtomicString& formControlType() const override;
double valueAsDate() const override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698