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

Unified Diff: ash/host/ash_remote_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
« no previous file with comments | « no previous file | ash/host/ash_window_tree_host_ozone.cc » ('j') | ash/ime/input_method_event_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | ash/host/ash_window_tree_host_ozone.cc » ('j') | ash/ime/input_method_event_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698