summaryrefslogtreecommitdiff
path: root/chromium/ash/wm/window_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/wm/window_selector.h')
-rw-r--r--chromium/ash/wm/window_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ash/wm/window_selector.h b/chromium/ash/wm/window_selector.h
index 9cd1e04fd22..92ed607eabc 100644
--- a/chromium/ash/wm/window_selector.h
+++ b/chromium/ash/wm/window_selector.h
@@ -64,7 +64,7 @@ class WindowSelector : public ui::EventHandler,
// ui::EventHandler:
virtual void OnEvent(ui::Event* event) OVERRIDE;
virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
- virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
+ virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
// aura::WindowObserver:
virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;