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

Unified Diff: ui/views/controls/prefix_selector.cc

Issue 2554513002: Change |EnsureCaretInRect| to |EnsureCaretNotInRect|. (Closed)
Patch Set: 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
« no previous file with comments | « ui/views/controls/prefix_selector.h ('k') | ui/views/controls/textfield/textfield.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/prefix_selector.cc
diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
index b21ff34e09e118ecd4b39894bfc0b109e298ab75..f9fae7108c0f462e9359343e324a7718399ee344 100644
--- a/ui/views/controls/prefix_selector.cc
+++ b/ui/views/controls/prefix_selector.cc
@@ -137,8 +137,7 @@ bool PrefixSelector::ChangeTextDirectionAndLayoutAlignment(
void PrefixSelector::ExtendSelectionAndDelete(size_t before, size_t after) {
}
-void PrefixSelector::EnsureCaretInRect(const gfx::Rect& rect) {
-}
+void PrefixSelector::EnsureCaretNotInRect(const gfx::Rect& rect) {}
bool PrefixSelector::IsTextEditCommandEnabled(
ui::TextEditCommand command) const {
« no previous file with comments | « ui/views/controls/prefix_selector.h ('k') | ui/views/controls/textfield/textfield.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698