| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index 9c9bddebb8731c39e52dec1d56714fad2ca07004..4a012cb7fbad239a3d68ceaf482f408bcdfa4dc0 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -655,6 +655,7 @@ ui::TouchStatus RootWindow::ProcessTouchEvent(Window* target,
|
| WindowTracker tracker;
|
| tracker.Add(target);
|
|
|
| + event->set_target(target);
|
| for (EventFilters::const_reverse_iterator it = filters.rbegin(),
|
| rend = filters.rend();
|
| it != rend; ++it) {
|
|
|