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

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

Issue 2095113002: Fix date picker datalist suggestion dropdown size with use-zoom-for-dsf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forgot to rebaseline linux Created 4 years, 6 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/DateTimeChooser.h
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
index b2f1782168c76bbcb75083e835ae03679c3bd669..f52d22883da0c593c5cb5b38e79de6342f32bb3a 100644
--- a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
@@ -51,7 +51,6 @@ struct DateTimeSuggestion {
struct DateTimeChooserParameters {
DISALLOW_NEW();
AtomicString type;
- IntRect anchorRectInRootFrame;
IntRect anchorRectInScreen;
// Locale name for which the chooser should be localized. This
// might be an invalid name because it comes from HTML lang
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp ('k') | third_party/WebKit/Source/web/DateTimeChooserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698