| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index d274b86f8efdf0240f2e8395924a6f9fc2ad76d2..5430d5a3ddcdf67dd365501abce52904c722a8e4 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -1019,7 +1019,7 @@ bool RootWindow::DispatchMouseEventToTarget(ui::MouseEvent* event,
|
| default:
|
| break;
|
| }
|
| - if (target && target->delegate()) {
|
| + if (target) {
|
| int flags = event->flags();
|
| gfx::Point location_in_window = event->location();
|
| Window::ConvertPointToTarget(this, target, &location_in_window);
|
|
|