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

Unified Diff: ui/views/controls/textfield/textfield.h

Issue 798683003: Rename old Aura TouchSelectionController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fixes Created 6 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/base/touch/touch_editing_controller.cc ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/textfield/textfield.h
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
index f488ca2707e02159ca7a569ae0d000420180dff0..677e9165af79decfce79eb64bb852add05159921 100644
--- a/ui/views/controls/textfield/textfield.h
+++ b/ui/views/controls/textfield/textfield.h
@@ -454,7 +454,7 @@ class VIEWS_EXPORT Textfield : public View,
gfx::Point last_click_location_;
gfx::Range double_click_word_;
- scoped_ptr<ui::TouchSelectionController> touch_selection_controller_;
+ scoped_ptr<ui::TouchEditingControllerDeprecated> touch_selection_controller_;
// Used to track touch drag starting location and offset to enable touch
// scrolling.
« no previous file with comments | « ui/base/touch/touch_editing_controller.cc ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698