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

Unified Diff: ui/aura/mus/window_tree_host_mus_init_params.h

Issue 2831583005: Enable Config::MUS to use classic IME instead of servicified IME. (Closed)
Patch Set: Fix compile errors in non ChromeOS. Created 3 years, 8 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: ui/aura/mus/window_tree_host_mus_init_params.h
diff --git a/ui/aura/mus/window_tree_host_mus_init_params.h b/ui/aura/mus/window_tree_host_mus_init_params.h
index 0501d9b9b31041f7eacdef688a07989fce535e3e..c89a2cdd2526359784f186215ec208de03ac7e23 100644
--- a/ui/aura/mus/window_tree_host_mus_init_params.h
+++ b/ui/aura/mus/window_tree_host_mus_init_params.h
@@ -40,6 +40,9 @@ struct AURA_EXPORT WindowTreeHostMusInitParams {
// Id of the display the window should be created on.
int64_t display_id = 0;
+
+ // Use classic IME instead of servicified IME.
+ bool use_classic_ime = false;
};
// Creates a WindowTreeHostMusInitParams that is used when creating a top-level

Powered by Google App Engine
This is Rietveld 408576698