Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index 797560b4d1bc510455200db60c889a801e055a46..9b5436fd86b05aa8c9358b020039ad7cc19b263a 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); |