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

Unified Diff: ui/base/ime/dummy_text_input_client.cc

Issue 2554513002: Change |EnsureCaretInRect| to |EnsureCaretNotInRect|. (Closed)
Patch Set: add a test with multiple displays case Created 4 years 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/dummy_text_input_client.cc
diff --git a/ui/base/ime/dummy_text_input_client.cc b/ui/base/ime/dummy_text_input_client.cc
index 4547d7ce0f377cea3f066dd4b952074e31d499dc..406812f938689d48a52f1d3389f2223d51e4f287 100644
--- a/ui/base/ime/dummy_text_input_client.cc
+++ b/ui/base/ime/dummy_text_input_client.cc
@@ -116,8 +116,7 @@ void DummyTextInputClient::ExtendSelectionAndDelete(size_t before,
size_t after) {
}
-void DummyTextInputClient::EnsureCaretInRect(const gfx::Rect& rect) {
-}
+void DummyTextInputClient::EnsureCaretOutOfRect(const gfx::Rect& rect) {}
bool DummyTextInputClient::IsTextEditCommandEnabled(
TextEditCommand command) const {

Powered by Google App Engine
This is Rietveld 408576698