Index: ui/views/mus/window_tree_host_mus.cc |
diff --git a/ui/views/mus/window_tree_host_mus.cc b/ui/views/mus/window_tree_host_mus.cc |
index d3646edcd816bd44bc6acf8a57001de2a939cd74..64a7fd6e2c51ec7ffdac2361952ae0752e19061a 100644 |
--- a/ui/views/mus/window_tree_host_mus.cc |
+++ b/ui/views/mus/window_tree_host_mus.cc |
@@ -64,7 +64,6 @@ WindowTreeHostMus::~WindowTreeHostMus() { |
void WindowTreeHostMus::DispatchEvent(ui::Event* event) { |
if (event->IsKeyEvent() && GetInputMethod()) { |
GetInputMethod()->DispatchKeyEvent(event->AsKeyEvent()); |
- event->StopPropagation(); |
return; |
} |
WindowTreeHostPlatform::DispatchEvent(event); |