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

Unified Diff: Source/web/WebPagePopupImpl.h

Issue 1087743002: Support multiple displays for PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed pointer to reference 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
Index: Source/web/WebPagePopupImpl.h
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
index 1cea472e11128f0e55ce40b608425833599b8e6a..bc4e88384e492a390a026608007f924d0ac75ddc 100644
--- a/Source/web/WebPagePopupImpl.h
+++ b/Source/web/WebPagePopupImpl.h
@@ -94,6 +94,7 @@ private:
// PagePopup function
virtual AXObject* rootAXObject() override;
+ virtual void setWindowRect(const IntRect&) override;
explicit WebPagePopupImpl(WebWidgetClient*);
bool initializePage();

Powered by Google App Engine
This is Rietveld 408576698