Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PagePopupClient.h
index e55089f..e67ec48 100644 (file)
@@ -38,6 +38,7 @@
 
 namespace blink {
 
+class Element;
 class Locale;
 
 class PagePopupClient {
@@ -51,6 +52,7 @@ public:
     //  - window.setValueAndClosePopup(number, string).
     virtual void writeDocument(SharedBuffer*) = 0;
 
+    virtual Element& ownerElement() = 0;
     // Returns a Locale object associated to the client.
     virtual Locale& locale() = 0;