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

Unified Diff: public/web/WebPagePopup.h

Issue 513723003: Add pixel readback to page popup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added WebPagePopup::positionRelativeToOwner Created 6 years, 3 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/web/WebViewImpl.cpp ('k') | public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPagePopup.h
diff --git a/public/web/WebPagePopup.h b/public/web/WebPagePopup.h
index f9330962f8180c37504c4972af46aa04fddeb00f..e9060279b282959637f91615dd5086d8176abf25 100644
--- a/public/web/WebPagePopup.h
+++ b/public/web/WebPagePopup.h
@@ -41,6 +41,7 @@ class WebWidgetClient;
class WebPagePopup : public WebWidget {
public:
BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*);
+ virtual WebPoint positionRelativeToOwner() = 0;
};
} // namespace blink
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698