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

Unified Diff: Source/core/page/PagePopup.h

Issue 1087743002: Support multiple displays for PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed IntRect inclusion Created 5 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 | « Source/core/page/DOMWindowPagePopup.cpp ('k') | Source/core/page/PagePopupController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopup.h
diff --git a/Source/core/page/PagePopup.h b/Source/core/page/PagePopup.h
index 348c046fb45b56252dbf2b1496dea26c25a53b87..bdfb882e1f6519029d34be4c2a69c4b07479a733 100644
--- a/Source/core/page/PagePopup.h
+++ b/Source/core/page/PagePopup.h
@@ -36,12 +36,14 @@
namespace blink {
class AXObject;
+class IntRect;
// A PagePopup object is created by ChromeClient::openPagePopup(), and deleted
// by ChromeClient::closePagePopup().
class PagePopup {
public:
virtual AXObject* rootAXObject() = 0;
+ virtual void setWindowRect(const IntRect&) = 0;
virtual void postMessage(const String& message) = 0;
protected:
« no previous file with comments | « Source/core/page/DOMWindowPagePopup.cpp ('k') | Source/core/page/PagePopupController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698