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

Unified Diff: Source/platform/DateTimeChooser.h

Issue 62083004: Transfer date/time value to the chooser as a double (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@datetime3
Patch Set: Created 7 years, 1 month 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 | « Source/core/html/shadow/PickerIndicatorElement.cpp ('k') | Source/platform/DateTimeChooserClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/DateTimeChooser.h
diff --git a/Source/platform/DateTimeChooser.h b/Source/platform/DateTimeChooser.h
index 1b3da625dfa3697773da8c4551a25e9339153442..9eda75ef598d51fba87b292f73744b733efd155e 100644
--- a/Source/platform/DateTimeChooser.h
+++ b/Source/platform/DateTimeChooser.h
@@ -45,7 +45,9 @@ struct DateTimeChooserParameters {
// might be an invalid name because it comes from HTML lang
// attributes.
AtomicString locale;
+ // FIXME: Remove. Deprecated in favor of doubleValue.
String currentValue;
+ double doubleValue;
Vector<String> suggestionValues;
Vector<String> localizedSuggestionValues;
Vector<String> suggestionLabels;
« no previous file with comments | « Source/core/html/shadow/PickerIndicatorElement.cpp ('k') | Source/platform/DateTimeChooserClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698