Index: components/guest_view/browser/guest_view_base.h |
diff --git a/components/guest_view/browser/guest_view_base.h b/components/guest_view/browser/guest_view_base.h |
index 77f1398358da62b887dd5f453a11ad5cfb99abea..61bf156fab16bc05fbb4f38513990251bc67fea0 100644 |
--- a/components/guest_view/browser/guest_view_base.h |
+++ b/components/guest_view/browser/guest_view_base.h |
@@ -271,7 +271,6 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate, |
void SetAttachParams(const base::DictionaryValue& params); |
void SetOpener(GuestViewBase* opener); |
- // BrowserPluginGuestDelegate implementation. |
content::WebContents* CreateNewGuestWindow( |
const content::WebContents::CreateParams& create_params) final; |
void DidAttach(int guest_proxy_routing_id) final; |
@@ -363,6 +362,9 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate, |
// entirety of the embedder's content. |
virtual bool ShouldHandleFindRequestsForEmbedder() const; |
+ // BrowserPluginGuestDelegate implementation. |
+ void SetContextMenuPosition(const gfx::Point& position) override; |
+ |
private: |
class OwnerContentsObserver; |