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

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

Issue 2852763002: Added a system caret used for accessibility on Windows. (Closed)
Patch Set: Added a fake caret for accessibility. Created 3 years, 6 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_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:

Powered by Google App Engine
This is Rietveld 408576698