Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 501edbc3bc0d31cbb0cbbe5cbc2fd5e351fbea98..bd898da27ace1a1f23f966b0c756cc9cdc909ce6 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -218,6 +218,9 @@ class CONTENT_EXPORT BrowserPluginGuest |
WebContents* web_contents, |
const MediaStreamRequest& request, |
const MediaResponseCallback& callback) OVERRIDE; |
+ virtual bool PreHandleGestureEvent( |
+ content::WebContents* source, |
+ const blink::WebGestureEvent& event) OVERRIDE; |
// JavaScriptDialogManager implementation. |
virtual void RunJavaScriptDialog( |