| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index ed74a8c472a04e537c49b8a0511bf28a513cf162..4aca5ad7008f66e79701f89d656ef3eb4cbcaff9 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -280,8 +280,8 @@ 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::GestureStatus ProcessGestureEvent(Window* target,
|
| - ui::GestureEvent* event);
|
| + ui::EventResult ProcessGestureEvent(Window* target,
|
| + ui::GestureEvent* event);
|
| bool ProcessGestures(ui::GestureRecognizer::Gestures* gestures);
|
|
|
| // Called when a Window is attached or detached from the RootWindow.
|
|
|