Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: ash/host/ash_window_tree_host_win.cc

Issue 1209913002: InputMethod should stop TextInputClient::InsertChar/InsertText calls when the event is stopped prop… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed test failures. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698