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

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

Issue 80583002: [FYI] All-in-one OnCandidateWindow{Show,Update,Hide} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
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 6256fac166adcf81093bd6cd25f32eb012090380..e82e99c6b4856e40d8c197e6a1e241c168297c4d 100644
--- a/ui/base/ime/win/tsf_bridge.h
+++ b/ui/base/ime/win/tsf_bridge.h
@@ -81,6 +81,10 @@ class UI_EXPORT TSFBridge {
// Returns the focused text input client.
virtual TextInputClient* GetFocusedTextInputClient() const = 0;
+ virtual void OnCandidateWindowShow() = 0;
+ virtual void OnCandidateWindowUpdate() = 0;
+ virtual void OnCandidateWindowHide() = 0;
+
protected:
// Uses GetInstance() instead.
TSFBridge();

Powered by Google App Engine
This is Rietveld 408576698