| Index: ui/base/ime/input_method_win.h
|
| diff --git a/ui/base/ime/input_method_win.h b/ui/base/ime/input_method_win.h
|
| index 4bddcfbfa0afaebad19c22e6f3ecd9b4c10ed248..29bab360ef0e5664dd395584865014637c450c1b 100644
|
| --- a/ui/base/ime/input_method_win.h
|
| +++ b/ui/base/ime/input_method_win.h
|
| @@ -141,6 +141,10 @@ class UI_BASE_IME_EXPORT InputMethodWin : public InputMethodBase {
|
| // composition.
|
| HWND composing_window_handle_;
|
|
|
| + // Set to false initially. Tracks whether the IME has been initialized with
|
| + // the current input language.
|
| + bool default_input_language_initialized_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(InputMethodWin);
|
| };
|
|
|
|
|