Index: components/exo/surface.cc |
diff --git a/components/exo/surface.cc b/components/exo/surface.cc |
index 4b65d242a9281c217afc9c108856689c9c3dccc0..c6a2661ba629c86cc9166f715cfeb06ed73d4c22 100644 |
--- a/components/exo/surface.cc |
+++ b/components/exo/surface.cc |
@@ -70,7 +70,7 @@ class EmptyWindowDelegate : public aura::WindowDelegate { |
bool ShouldDescendIntoChildForEventHandling( |
aura::Window* child, |
const gfx::Point& location) override { |
- return false; |
+ return true; |
} |
bool CanFocus() override { return true; } |
void OnCaptureLost() override {} |