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 2f167e15679a54ef9769281843beddf1204b646a..a5818b7828bae36d5f5ecab91add86e6d2aecc8c 100644 |
--- a/components/guest_view/browser/guest_view_base.h |
+++ b/components/guest_view/browser/guest_view_base.h |
@@ -324,7 +324,8 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate, |
const content::FrameNavigateParams& params) override; |
// WebContentsDelegate implementation. |
- void ActivateContents(content::WebContents* contents) final; |
+ void ActivateContents(content::WebContents* contents, |
+ bool user_gesture) final; |
void DeactivateContents(content::WebContents* contents) final; |
void ContentsMouseEvent(content::WebContents* source, |
const gfx::Point& location, |