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 |