| Index: apps/shell_window.h
|
| diff --git a/apps/shell_window.h b/apps/shell_window.h
|
| index cb428e30f8500bfd24a47021e9f98b170933d797..f8dabb1332e969999cb4d9def3fd3c6f8c0fee67 100644
|
| --- a/apps/shell_window.h
|
| +++ b/apps/shell_window.h
|
| @@ -394,6 +394,9 @@ class ShellWindow : public content::NotificationObserver,
|
| virtual void RequestToLockMouse(content::WebContents* web_contents,
|
| bool user_gesture,
|
| bool last_unlocked_by_target) OVERRIDE;
|
| + virtual bool PreHandleGestureEvent(
|
| + content::WebContents* source,
|
| + const blink::WebGestureEvent& event) OVERRIDE;
|
|
|
| // content::WebContentsObserver implementation.
|
| virtual void DidFirstVisuallyNonEmptyPaint(int32 page_id) OVERRIDE;
|
|
|