| Index: ash/host/ash_remote_window_tree_host_win.cc
|
| diff --git a/ash/host/ash_remote_window_tree_host_win.cc b/ash/host/ash_remote_window_tree_host_win.cc
|
| index 7ce8718646c1da5d228394436221ee80c2a60e1c..5f109d97e06057ead42eb995430c6780c2018059 100644
|
| --- a/ash/host/ash_remote_window_tree_host_win.cc
|
| +++ b/ash/host/ash_remote_window_tree_host_win.cc
|
| @@ -63,7 +63,7 @@ bool AshRemoteWindowTreeHostWin::DispatchKeyEventPostIME(
|
| 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 AshRemoteWindowTreeHostWin::DeliverEventToProcessor(
|
|
|