X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fweb%2FWebPagePopupImpl.h;h=5d86ceca2615e7a31c3839471a38b577b7ea95ec;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=39793dc77880f5d2e46de817eb301532fba66e1a;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/web/WebPagePopupImpl.h b/src/third_party/WebKit/Source/web/WebPagePopupImpl.h index 39793dc..5d86cec 100644 --- a/src/third_party/WebKit/Source/web/WebPagePopupImpl.h +++ b/src/third_party/WebKit/Source/web/WebPagePopupImpl.h @@ -63,6 +63,8 @@ public: void closePopup(); WebWidgetClient* widgetClient() const { return m_widgetClient; } bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popupClient; } + virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) OVERRIDE; + virtual WebPoint positionRelativeToOwner() OVERRIDE; private: // WebWidget functions @@ -83,6 +85,9 @@ private: virtual bool handleCharEvent(const WebKeyboardEvent&) OVERRIDE; virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE; + // PagePopup function + virtual AXObject* rootAXObject() OVERRIDE; + explicit WebPagePopupImpl(WebWidgetClient*); bool initializePage(); void destroyPage();