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

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

Issue 2852763002: Added a system caret used for accessibility on Windows. (Closed)
Patch Set: Disabled all tests Created 3 years, 5 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/accessibility/platform/ax_system_caret_win.cc ('k') | ui/base/ime/input_method_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_observer.h
diff --git a/ui/base/ime/input_method_observer.h b/ui/base/ime/input_method_observer.h
index 945545ec424958acbf26820bdc6362332e185ec8..069e3aa34e15ca2bc49573c0cffc14c6c8355d64 100644
--- a/ui/base/ime/input_method_observer.h
+++ b/ui/base/ime/input_method_observer.h
@@ -29,7 +29,6 @@ class UI_BASE_IME_EXPORT InputMethodObserver {
virtual void OnBlur() = 0;
// Called whenever the caret bounds is changed for the input client.
- // Currently only used by the mock input method for testing.
virtual void OnCaretBoundsChanged(const TextInputClient* client) = 0;
// Called when either:
« no previous file with comments | « ui/accessibility/platform/ax_system_caret_win.cc ('k') | ui/base/ime/input_method_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698