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

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: Address code review comments. 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
« no previous file with comments | « ash/magnifier/magnification_controller_unittest.cc ('k') | ui/base/ime/input_method_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b81f8e3fdf85a84fa2db95a003c00e213b966c5b 100644
--- a/ui/base/ime/input_method_base.h
+++ b/ui/base/ime/input_method_base.h
@@ -81,6 +81,10 @@ class UI_BASE_EXPORT InputMethodBase
// Convenience method to notify all observers of TextInputClient changes.
void NotifyTextInputStateChanged(const TextInputClient* client);
+ // Convenience method to notify all observers of CaretBounds changes on
+ // |client| which is the text input client with focus.
+ 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
« no previous file with comments | « ash/magnifier/magnification_controller_unittest.cc ('k') | ui/base/ime/input_method_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698