Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index d8b5a73dc639c59984601ecf9b196fe49ac4670e..01e7b2c367d4a4e82a3eced9876ffd94addcc8f4 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -290,7 +290,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
bool ProcessMouseEvent(Window* target, ui::MouseEvent* event); |
bool ProcessKeyEvent(Window* target, ui::KeyEvent* event); |
- ui::TouchStatus ProcessTouchEvent(Window* target, ui::TouchEvent* event); |
+ ui::EventResult ProcessTouchEvent(Window* target, ui::TouchEvent* event); |
ui::EventResult ProcessGestureEvent(Window* target, |
ui::GestureEvent* event); |
bool ProcessGestures(ui::GestureRecognizer::Gestures* gestures); |