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

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
Index: Source/platform/DateTimeChooser.h
diff --git a/Source/platform/DateTimeChooser.h b/Source/platform/DateTimeChooser.h
index 1b3da625dfa3697773da8c4551a25e9339153442..19b1af4116876780d1d4ac3e568ea104d8e1dcd7 100644
--- a/Source/platform/DateTimeChooser.h
+++ b/Source/platform/DateTimeChooser.h
@@ -46,6 +46,7 @@ struct DateTimeChooserParameters {
// attributes.
AtomicString locale;
String currentValue;
+ double doubleValue;
tkent 2013/11/07 19:42:07 Will you remove |String currentValue|?
keishi 2013/11/07 20:04:11 Yes. Added comment
Vector<String> suggestionValues;
Vector<String> localizedSuggestionValues;
Vector<String> suggestionLabels;

Powered by Google App Engine
This is Rietveld 408576698