| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index 84c2e2260bc8bab55d19a833ad82fcc6c8b9686c..044074737a01a3eba3eb34dbef5311a51ab7e2f0 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -1037,8 +1037,9 @@ ui::EventDispatchDetails RootWindow::DispatchTouchEventImpl(
|
| target = ConsumerToWindow(
|
| ui::GestureRecognizer::Get()->GetTouchLockedTarget(*event));
|
| if (!target) {
|
| - target = ConsumerToWindow(ui::GestureRecognizer::Get()->
|
| - GetTargetForLocation(event->location()));
|
| + target = ConsumerToWindow(
|
| + ui::GestureRecognizer::Get()->
|
| + GetTargetForLocation(event->location(), event->source_device_id()));
|
| }
|
| }
|
|
|
|
|