Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebPagePopup.h
index f933096..e906027 100644 (file)
@@ -41,6 +41,7 @@ class WebWidgetClient;
 class WebPagePopup : public WebWidget {
 public:
     BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*);
+    virtual WebPoint positionRelativeToOwner() = 0;
 };
 
 } // namespace blink