Index: content/browser/web_contents/web_contents_impl.h |
=================================================================== |
--- content/browser/web_contents/web_contents_impl.h (revision 180972) |
+++ content/browser/web_contents/web_contents_impl.h (working copy) |
@@ -438,6 +438,8 @@ |
bool* is_keyboard_shortcut) OVERRIDE; |
virtual void HandleKeyboardEvent( |
const NativeWebKeyboardEvent& event) OVERRIDE; |
+ virtual bool PreHandleWheelEvent( |
+ const WebKit::WebMouseWheelEvent& event) OVERRIDE; |
// RenderViewHostManager::Delegate ------------------------------------------- |