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

Unified Diff: Source/WebCore/platform/chromium/PopupContainer.h

Issue 10267006: Merge 113418 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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 | « no previous file | Source/WebCore/platform/chromium/PopupContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/chromium/PopupContainer.h
===================================================================
--- Source/WebCore/platform/chromium/PopupContainer.h (revision 115617)
+++ Source/WebCore/platform/chromium/PopupContainer.h (working copy)
@@ -138,7 +138,13 @@
PopupContainerSettings m_settings;
PopupType m_popupType;
+
+ // This contains the "ideal" dimensions and position for the popup
+ // (PopupContainer's frameRect() location should always be (0, 0), since
+ // it is rendered inside (and relative to) a WebWidget, which should get
+ // the actual popup position through chromeClientChromium()).
IntRect m_originalFrameRect;
+
// Whether the popup is currently open.
bool m_popupOpen;
};
« no previous file with comments | « no previous file | Source/WebCore/platform/chromium/PopupContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698