Chromium Code Reviews| Index: ui/base/ime/win/tsf_text_store.h |
| diff --git a/ui/base/ime/win/tsf_text_store.h b/ui/base/ime/win/tsf_text_store.h |
| index 664a2f656c39a32832b2eb359443f76204e83a00..86ceeba48045baaf44ce82a47da146cf37303b08 100644 |
| --- a/ui/base/ime/win/tsf_text_store.h |
| +++ b/ui/base/ime/win/tsf_text_store.h |
| @@ -202,6 +202,12 @@ class UI_EXPORT TSFTextStore : public ITextStoreACP, |
| // Removes currently focused TextInputClient. |
| void RemoveFocusedTextInputClient(TextInputClient* text_input_client); |
| + // Cancels the ongoing composition if exists. |
|
Seigo Nonaka
2013/06/21 08:09:53
nit: please describe the returned value. true on s
Yohei Yukawa
2013/06/21 08:26:55
Done.
|
| + bool CancelComposition(); |
| + |
| + // Confirms the ongoing composition if exists. |
| + bool ConfirmComposition(); |
| + |
| // Sends OnLayoutChange() via |text_store_acp_sink_|. |
| void SendOnLayoutChange(); |