Chromium Code Reviews| Index: ui/base/ime/input_method_base.h |
| diff --git a/ui/base/ime/input_method_base.h b/ui/base/ime/input_method_base.h |
| index 8c6dd258d76ae094ed22ea2f1ee0847ab594aaa5..528789550a22064cc67abc131bf211dc582944e6 100644 |
| --- a/ui/base/ime/input_method_base.h |
| +++ b/ui/base/ime/input_method_base.h |
| @@ -81,6 +81,8 @@ class UI_BASE_EXPORT InputMethodBase |
| // Convenience method to notify all observers of TextInputClient changes. |
| void NotifyTextInputStateChanged(const TextInputClient* client); |
| + void NotifyTextInputCaretBoundsChanged(const TextInputClient* client); |
|
oshima
2014/10/23 18:36:49
document this method (primarily for consistency wi
jennyz
2014/10/23 19:34:56
Done.
|
| + |
| // Interface for for signalling candidate window events. |
| // See also *Callback functions below. To avoid reentrancy issue that |
| // TextInputClient manipulates IME state during even handling, these methods |