| Index: ash/host/ash_window_tree_host_x11.cc
|
| diff --git a/ash/host/ash_window_tree_host_x11.cc b/ash/host/ash_window_tree_host_x11.cc
|
| index 979db19261d8f28c66f464acb82592d91796416a..9ac9d15f7837c30799822d947429840a0c1b5092 100644
|
| --- a/ash/host/ash_window_tree_host_x11.cc
|
| +++ b/ash/host/ash_window_tree_host_x11.cc
|
| @@ -241,7 +241,7 @@ bool AshWindowTreeHostX11::DispatchKeyEventPostIME(const ui::KeyEvent& event) {
|
| input_method_handler()->SetPostIME(true);
|
| ui::EventSource::DeliverEventToProcessor(&event_copy);
|
| input_method_handler()->SetPostIME(false);
|
| - return event_copy.handled();
|
| + return event_copy.stopped_propagation();
|
| }
|
|
|
| ui::EventDispatchDetails AshWindowTreeHostX11::DeliverEventToProcessor(
|
|
|