Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index e12e36c1d7063c92f52da8760b06fda9cc9a4cba..634c292d45fc719b8000e3956d8888d678beacc3 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -997,7 +997,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); |