| Index: trunk/src/ui/base/ime/win/tsf_bridge.h
|
| ===================================================================
|
| --- trunk/src/ui/base/ime/win/tsf_bridge.h (revision 202706)
|
| +++ trunk/src/ui/base/ime/win/tsf_bridge.h (working copy)
|
| @@ -51,11 +51,8 @@
|
| // unless |client| is focused.
|
| virtual void OnTextInputTypeChanged(TextInputClient* client) = 0;
|
|
|
| - // Sends an event to TSF manager that the text layout should be updated.
|
| - virtual void OnTextLayoutChanged() = 0;
|
| -
|
| // Cancels the ongoing composition if exists.
|
| - // Returns false if an error occurs.
|
| + // Returns false if an error occures.
|
| virtual bool CancelComposition() = 0;
|
|
|
| // Sets currently focused TextInputClient.
|
|
|