| 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 1cc26dd253f0b89e2d18324263376d2556707862..c26a8fca4837545b3e0520a344722b9b73535974 100644
|
| --- a/ui/aura/mus/window_tree_host_mus_init_params.h
|
| +++ b/ui/aura/mus/window_tree_host_mus_init_params.h
|
| @@ -65,6 +65,10 @@ struct AURA_EXPORT WindowTreeHostMusInitParams {
|
| // Used when the WindowTreeHostMus corresponds to a new display manually
|
| // created by the window manager.
|
| std::unique_ptr<DisplayInitParams> display_init_params;
|
| +
|
| + // Use classic IME (i.e. InputMethodChromeOS) instead of servicified IME
|
| + // (i.e. InputMethodMus).
|
| + bool use_classic_ime = false;
|
| };
|
|
|
| // Creates a WindowTreeHostMusInitParams that is used when creating a top-level
|
|
|