Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index f53cfb4ffaf534a81dbab3e45ce7b47fddd557e3..e0113127aaaf7fa2a7eba6ea25237d581024a360 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -987,7 +987,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); |