| Index: ui/aura/window_event_dispatcher_unittest.cc
|
| diff --git a/ui/aura/window_event_dispatcher_unittest.cc b/ui/aura/window_event_dispatcher_unittest.cc
|
| index 3e365fbc752b08e9d98a7fde9eb6a3d2806b48c4..25f9186836352a8ebc582cb18e76a84e45e36177 100644
|
| --- a/ui/aura/window_event_dispatcher_unittest.cc
|
| +++ b/ui/aura/window_event_dispatcher_unittest.cc
|
| @@ -2333,6 +2333,7 @@ class AsyncWindowDelegate : public test::TestWindowDelegate {
|
| void OnTouchEvent(ui::TouchEvent* event) override {
|
| // Convert touch event back to root window coordinates.
|
| event->ConvertLocationToTarget(window_, window_->GetRootWindow());
|
| + event->DisableSynchronousHandling();
|
| dispatcher_->ProcessedTouchEvent(event, window_, ui::ER_UNHANDLED);
|
| event->StopPropagation();
|
| }
|
|
|