Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: ui/base/ime/win/tsf_bridge.h

Issue 14698032: Make InputMethodWin TSF-aware. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Implement OnTextLayoutChanged in MockTSFBridge. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/ime/win/mock_tsf_bridge.cc ('k') | ui/base/ime/win/tsf_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/base/ime/win/mock_tsf_bridge.cc ('k') | ui/base/ime/win/tsf_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698