| Index: ui/base/ime/win/tsf_bridge.h
|
| diff --git a/ui/base/ime/win/tsf_bridge.h b/ui/base/ime/win/tsf_bridge.h
|
| index 74f055026319cd00fad6a8a15e219cf66d0149e9..5ba4a663e213cc043146e601c2e70a24e1119c72 100644
|
| --- a/ui/base/ime/win/tsf_bridge.h
|
| +++ b/ui/base/ime/win/tsf_bridge.h
|
| @@ -51,8 +51,11 @@ class UI_EXPORT TSFBridge {
|
| // 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 occures.
|
| + // Returns false if an error occurs.
|
| virtual bool CancelComposition() = 0;
|
|
|
| // Sets currently focused TextInputClient.
|
|
|