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. |