| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 0f56aad40bbcabc6d631fa51dcb6185d0dc8963b..71b72f0a2d16f697287e671ceb4da0c35eba5d87 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);
|
|
|