| 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
|
|
|