Index: chrome/browser/devtools/devtools_window.h |
diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h |
index 6a8e85fd5134f77bc11819873399d257a4ea9494..bf13fd7353e69b51554ce09e32016afcb040006b 100644 |
--- a/chrome/browser/devtools/devtools_window.h |
+++ b/chrome/browser/devtools/devtools_window.h |
@@ -289,6 +289,9 @@ class DevToolsWindow : private content::NotificationObserver, |
content::WebContents* web_contents, |
const content::FileChooserParams& params) OVERRIDE; |
virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE; |
+ virtual bool PreHandleGestureEvent( |
+ content::WebContents* source, |
+ const blink::WebGestureEvent& event) OVERRIDE; |
// content::DevToolsFrontendHostDelegate override: |
virtual void DispatchOnEmbedder(const std::string& message) OVERRIDE; |