| Index: chromeos/dbus/ibus/ibus_panel_service.h
|
| diff --git a/chromeos/dbus/ibus/ibus_panel_service.h b/chromeos/dbus/ibus/ibus_panel_service.h
|
| index 7b32638fecc7f364faffbed9488b8e94d8564a65..19ea3c56d0719de76e49b40573d0a0d568042b6e 100644
|
| --- a/chromeos/dbus/ibus/ibus_panel_service.h
|
| +++ b/chromeos/dbus/ibus/ibus_panel_service.h
|
| @@ -55,7 +55,9 @@ class CHROMEOS_EXPORT IBusPanelCandidateWindowHandlerInterface {
|
| // Called when the IME hides the preedit text.
|
| virtual void HidePreeditText() = 0;
|
|
|
| - // TODO(nona): Introduce SetCursorLocation function.
|
| + // Called when the application changes its caret location.
|
| + virtual void SetCursorLocation(const ibus::Rect& cursor_location,
|
| + const ibus::Rect& composition_head) = 0;
|
|
|
| protected:
|
| IBusPanelCandidateWindowHandlerInterface() {}
|
|
|