| Index: ash/host/ash_window_tree_host_win.cc
|
| diff --git a/ash/host/ash_window_tree_host_win.cc b/ash/host/ash_window_tree_host_win.cc
|
| index e7cca8bd9531d66b231c9aeef1c26e9f60cadcd1..3c6a1a1577a3ffc9153664d949b38679c9bda84f 100644
|
| --- a/ash/host/ash_window_tree_host_win.cc
|
| +++ b/ash/host/ash_window_tree_host_win.cc
|
| @@ -108,7 +108,7 @@ class AshWindowTreeHostWin : public AshWindowTreeHost,
|
| 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::EventSource:
|
|
|