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

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: Created 6 years, 4 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: public/web/WebPagePopup.h
diff --git a/public/web/WebPagePopup.h b/public/web/WebPagePopup.h
index f9330962f8180c37504c4972af46aa04fddeb00f..a90ee44bad58a1512e368344fd8c19f705ac291c 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 relativePosition() = 0;
tkent 2014/09/01 05:37:03 relative to what?
keishi 2014/09/04 13:16:20 Changed to screenPosition
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698