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

Unified Diff: Source/web/ExternalDateTimeChooser.cpp

Issue 23623017: Prepare for date/time input datalist support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed 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/web/DateTimeChooserImpl.cpp ('k') | Source/web/WebDateTimeSuggestion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ExternalDateTimeChooser.cpp
diff --git a/Source/web/ExternalDateTimeChooser.cpp b/Source/web/ExternalDateTimeChooser.cpp
index 256d9958d664bf2767888c55562dd6b127b7db15..2adb82f911313edf71b2a61cf56ab945fa5e109a 100644
--- a/Source/web/ExternalDateTimeChooser.cpp
+++ b/Source/web/ExternalDateTimeChooser.cpp
@@ -115,9 +115,7 @@ bool ExternalDateTimeChooser::openDateTimeChooser(ChromeClientImpl* chromeClient
webParams.anchorRectInScreen = chromeClient->rootViewToScreen(parameters.anchorRectInRootView);
webParams.currentValue = parameters.currentValue;
webParams.doubleValue = parameters.doubleValue;
- webParams.suggestionValues = parameters.suggestionValues;
- webParams.localizedSuggestionValues = parameters.localizedSuggestionValues;
- webParams.suggestionLabels = parameters.suggestionLabels;
+ webParams.suggestions = parameters.suggestions;
webParams.minimum = parameters.minimum;
webParams.maximum = parameters.maximum;
webParams.step = parameters.step;
« no previous file with comments | « Source/web/DateTimeChooserImpl.cpp ('k') | Source/web/WebDateTimeSuggestion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698