| Index: content/public/browser/browser_plugin_guest_delegate.cc
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.cc b/content/public/browser/browser_plugin_guest_delegate.cc
|
| index 75a9f89fbac1a276990ab0df3e82f36e03df06ff..3196372ad90bdbfd906717997e952aee9b502327 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.cc
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.cc
|
| @@ -50,4 +50,10 @@ WebContents* BrowserPluginGuestDelegate::OpenURLFromTab(
|
| return NULL;
|
| }
|
|
|
| +bool BrowserPluginGuestDelegate::PreHandleGestureEvent(
|
| + content::WebContents* source,
|
| + const blink::WebGestureEvent& event) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|