Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PagePopupDriver.h
index 5e3c6f3..32c86f2 100644 (file)
@@ -29,6 +29,7 @@
 namespace blink {
 
 class IntRect;
+class LocalDOMWindow;
 class PagePopup;
 class PagePopupClient;
 
@@ -36,6 +37,7 @@ class PagePopupDriver {
 public:
     virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
     virtual void closePagePopup(PagePopup*) = 0;
+    virtual LocalDOMWindow* pagePopupWindow() = 0;
     virtual ~PagePopupDriver() { }
 };