| 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);
|
| +
|
| // 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
|
|
|