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

Unified Diff: ui/base/ime/input_method_base.h

Issue 665903003: Magnifier needs to follow the focus of the textfield. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test cases. Created 6 years, 2 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
Index: ui/base/ime/input_method_base.h
diff --git a/ui/base/ime/input_method_base.h b/ui/base/ime/input_method_base.h
index 8c6dd258d76ae094ed22ea2f1ee0847ab594aaa5..528789550a22064cc67abc131bf211dc582944e6 100644
--- a/ui/base/ime/input_method_base.h
+++ b/ui/base/ime/input_method_base.h
@@ -81,6 +81,8 @@ class UI_BASE_EXPORT InputMethodBase
// Convenience method to notify all observers of TextInputClient changes.
void NotifyTextInputStateChanged(const TextInputClient* client);
+ void NotifyTextInputCaretBoundsChanged(const TextInputClient* client);
+
// Interface for for signalling candidate window events.
// See also *Callback functions below. To avoid reentrancy issue that
// TextInputClient manipulates IME state during even handling, these methods

Powered by Google App Engine
This is Rietveld 408576698