Index: Source/web/WebPagePopupImpl.h |
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h |
index 99f259ef5265f084d9ac233642da995938ac1097..5d86ceca2615e7a31c3839471a38b577b7ea95ec 100644 |
--- a/Source/web/WebPagePopupImpl.h |
+++ b/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 |