| Index: ash/display/mouse_cursor_event_filter.cc
|
| diff --git a/ash/display/mouse_cursor_event_filter.cc b/ash/display/mouse_cursor_event_filter.cc
|
| index b84986e2394ec4aeffbf1c51b207cb694f4c8986..73343465286cfda3489d3d954493e49825b8da15 100644
|
| --- a/ash/display/mouse_cursor_event_filter.cc
|
| +++ b/ash/display/mouse_cursor_event_filter.cc
|
| @@ -97,10 +97,10 @@ ui::TouchStatus MouseCursorEventFilter::PreHandleTouchEvent(
|
| return ui::TOUCH_STATUS_UNKNOWN;
|
| }
|
|
|
| -ui::GestureStatus MouseCursorEventFilter::PreHandleGestureEvent(
|
| +ui::EventResult MouseCursorEventFilter::PreHandleGestureEvent(
|
| aura::Window* target,
|
| ui::GestureEvent* event) {
|
| - return ui::GESTURE_STATUS_UNKNOWN;
|
| + return ui::ER_UNHANDLED;
|
| }
|
|
|
| bool MouseCursorEventFilter::WarpMouseCursorIfNecessary(
|
|
|