| Index: views/focus/accelerator_handler_touch.cc
|
| diff --git a/views/focus/accelerator_handler_touch.cc b/views/focus/accelerator_handler_touch.cc
|
| index 84b4404a0c6a3e46a2c93b6751c167e63f658ff6..84c042df6e784caa2806133664af29e08303c86c 100644
|
| --- a/views/focus/accelerator_handler_touch.cc
|
| +++ b/views/focus/accelerator_handler_touch.cc
|
| @@ -97,7 +97,7 @@ bool DispatchX2Event(RootView* root, XEvent* xev) {
|
| // can be used (if desired) as a mouse event.
|
|
|
| TouchEvent touch(xev);
|
| - if (root->OnTouchEvent(touch))
|
| + if (root->OnTouchEvent(touch) != views::View::TOUCH_STATUS_UNKNOWN)
|
| return true;
|
| }
|
|
|
|
|