Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
index 483b634be68ad904eb7ad55e33e14605dbb0cbba..042824381bd3c35816a4a63292129df1e1ddbffa 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
@@ -178,7 +178,7 @@ class VIEWS_EXPORT DesktopRootWindowHostWin |
virtual bool HandleMouseEvent(const ui::MouseEvent& event) OVERRIDE; |
virtual bool HandleKeyEvent(const ui::KeyEvent& event) OVERRIDE; |
virtual bool HandleUntranslatedKeyEvent(const ui::KeyEvent& event) OVERRIDE; |
- virtual bool HandleTouchEvent(const ui::TouchEvent& event) OVERRIDE; |
+ virtual void HandleTouchEvent(const ui::TouchEvent& event) OVERRIDE; |
virtual bool HandleIMEMessage(UINT message, |
WPARAM w_param, |
LPARAM l_param, |