| Index: Source/web/WebPagePopupImpl.h
|
| diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
|
| index 5d86ceca2615e7a31c3839471a38b577b7ea95ec..dd6b2abce37358823cea04456658531343f4e73f 100644
|
| --- a/Source/web/WebPagePopupImpl.h
|
| +++ b/Source/web/WebPagePopupImpl.h
|
| @@ -47,6 +47,7 @@ class PlatformKeyboardEvent;
|
| class WebLayerTreeView;
|
| class WebLayer;
|
| class WebViewImpl;
|
| +class LocalDOMWindow;
|
|
|
| class WebPagePopupImpl FINAL
|
| : public WebPagePopup
|
| @@ -63,6 +64,7 @@ public:
|
| void closePopup();
|
| WebWidgetClient* widgetClient() const { return m_widgetClient; }
|
| bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popupClient; }
|
| + LocalDOMWindow* window();
|
| virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) OVERRIDE;
|
| virtual WebPoint positionRelativeToOwner() OVERRIDE;
|
|
|
|
|