| Index: Source/web/WebPagePopupImpl.h
|
| diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
|
| index bc4e88384e492a390a026608007f924d0ac75ddc..4c9d9fca62d8b10ed35a30fd566495fbb393f918 100644
|
| --- a/Source/web/WebPagePopupImpl.h
|
| +++ b/Source/web/WebPagePopupImpl.h
|
| @@ -65,6 +65,7 @@ public:
|
| WebWidgetClient* widgetClient() const { return m_widgetClient; }
|
| bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popupClient; }
|
| LocalDOMWindow* window();
|
| + virtual void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) override;
|
| virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| virtual WebPoint positionRelativeToOwner() override;
|
| virtual void postMessage(const String& message) override;
|
|
|