Index: ash/host/ash_window_tree_host_unified.cc |
diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc |
index 4b98f729520bd03e4e5169d226364a55b3fd1e2d..fcdf6b75d3263ff018101a66ec87a00f149cf600 100644 |
--- a/ash/host/ash_window_tree_host_unified.cc |
+++ b/ash/host/ash_window_tree_host_unified.cc |
@@ -188,7 +188,7 @@ bool AshWindowTreeHostUnified::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 AshWindowTreeHostUnified::DeliverEventToProcessor( |