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

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

Issue 919423002: Audited and renamed uses of methods and variables named RootView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 5 years, 10 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 | « Source/core/html/forms/ColorInputType.cpp ('k') | Source/core/html/forms/PopupMenuClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/DateTimeChooser.h
diff --git a/Source/core/html/forms/DateTimeChooser.h b/Source/core/html/forms/DateTimeChooser.h
index edf3600e63bbb1ffc84139bea22aee23475647d4..344200ce5a63aca5f1c5ed646aacef080dddec73 100644
--- a/Source/core/html/forms/DateTimeChooser.h
+++ b/Source/core/html/forms/DateTimeChooser.h
@@ -47,7 +47,8 @@ struct DateTimeSuggestion {
struct DateTimeChooserParameters {
AtomicString type;
- IntRect anchorRectInRootView;
+ 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
// attributes.
« no previous file with comments | « Source/core/html/forms/ColorInputType.cpp ('k') | Source/core/html/forms/PopupMenuClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698