| Index: trunk/src/ui/views/ime/input_method_win.h
|
| ===================================================================
|
| --- trunk/src/ui/views/ime/input_method_win.h (revision 202706)
|
| +++ trunk/src/ui/views/ime/input_method_win.h (working copy)
|
| @@ -82,6 +82,9 @@
|
| // Asks the client to confirm current composition text.
|
| void ConfirmCompositionText();
|
|
|
| + // Enables or disables the IME according to the current text input type.
|
| + void UpdateIMEState();
|
| +
|
| // The HWND this InputMethod is bound to.
|
| HWND hwnd_;
|
|
|
|
|