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

Unified Diff: ui/views/touchui/touch_selection_controller_impl.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
Index: ui/views/touchui/touch_selection_controller_impl.h
diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h
index 62e5e14a4c1a9232a5e587d8c44fee1cbda9a64d..ce4e0ab40a8295b4b044051941ad1d4bebb26924 100644
--- a/ui/views/touchui/touch_selection_controller_impl.h
+++ b/ui/views/touchui/touch_selection_controller_impl.h
@@ -20,10 +20,11 @@ namespace test {
class WidgetTestInteractive;
}
-// Touch specific implementation of TouchSelectionController. Responsible for
-// displaying selection handles and menu elements relevant in a touch interface.
+// Touch specific implementation of TouchEditingControllerDeprecated.
+// Responsible for displaying selection handles and menu elements relevant in a
+// touch interface.
class VIEWS_EXPORT TouchSelectionControllerImpl
- : public ui::TouchSelectionController,
+ : public ui::TouchEditingControllerDeprecated,
public TouchEditingMenuController,
public aura::WindowObserver,
public WidgetObserver,
« no previous file with comments | « ui/views/controls/textfield/textfield_test_api.h ('k') | ui/views/touchui/touch_selection_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698