| Index: ui/aura/shared/input_method_event_filter.cc
|
| diff --git a/ui/aura/shared/input_method_event_filter.cc b/ui/aura/shared/input_method_event_filter.cc
|
| index 8b1dedcee029e0be75abba77d463665cd188fa48..9cefcaa9459577cc25afce18472bf4569be5f0d2 100644
|
| --- a/ui/aura/shared/input_method_event_filter.cc
|
| +++ b/ui/aura/shared/input_method_event_filter.cc
|
| @@ -67,10 +67,10 @@ ui::TouchStatus InputMethodEventFilter::PreHandleTouchEvent(
|
| return ui::TOUCH_STATUS_UNKNOWN;
|
| }
|
|
|
| -ui::GestureStatus InputMethodEventFilter::PreHandleGestureEvent(
|
| +ui::EventResult InputMethodEventFilter::PreHandleGestureEvent(
|
| aura::Window* target,
|
| ui::GestureEvent* event) {
|
| - return ui::GESTURE_STATUS_UNKNOWN;
|
| + return ui::ER_UNHANDLED;
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|