Chromium Code Reviews| Index: public/web/WebPagePopup.h |
| diff --git a/public/web/WebPagePopup.h b/public/web/WebPagePopup.h |
| index f9330962f8180c37504c4972af46aa04fddeb00f..e9060279b282959637f91615dd5086d8176abf25 100644 |
| --- a/public/web/WebPagePopup.h |
| +++ b/public/web/WebPagePopup.h |
| @@ -41,6 +41,7 @@ class WebWidgetClient; |
| class WebPagePopup : public WebWidget { |
| public: |
| BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*); |
| + virtual WebPoint positionRelativeToOwner() = 0; |
| }; |
| } // namespace blink |