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

Unified Diff: ui/views/mus/window_tree_host_mus.cc

Issue 2284003002: Revert of IME for Mus: Make InputMethodMus use the IME Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « ui/views/mus/window_tree_host_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_tree_host_mus.cc
diff --git a/ui/views/mus/window_tree_host_mus.cc b/ui/views/mus/window_tree_host_mus.cc
index 3629f2f50764a00bfb5ade96d300108e46515b0f..3f38b4e1ea7ab23a2eb4798d2317b817c3c44298 100644
--- a/ui/views/mus/window_tree_host_mus.cc
+++ b/ui/views/mus/window_tree_host_mus.cc
@@ -54,17 +54,13 @@
dispatcher()->set_transform_events(false);
compositor()->SetHostHasTransparentBackground(true);
- input_method_.reset(new InputMethodMus(this, window));
+ input_method_.reset(new InputMethodMUS(this, window));
SetSharedInputMethod(input_method_.get());
}
WindowTreeHostMus::~WindowTreeHostMus() {
DestroyCompositor();
DestroyDispatcher();
-}
-
-void WindowTreeHostMus::InitInputMethod(shell::Connector* connector) {
- input_method_->Init(connector);
}
void WindowTreeHostMus::DispatchEvent(ui::Event* event) {
« no previous file with comments | « ui/views/mus/window_tree_host_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698