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

Unified Diff: ui/views/views_touch_selection_controller_factory.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/views/views_delegate.cc ('k') | ui/views/views_touch_selection_controller_factory_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_touch_selection_controller_factory.h
diff --git a/ui/views/views_touch_selection_controller_factory.h b/ui/views/views_touch_selection_controller_factory.h
index d1a3dd71e4dab6e0659b2d569ccc5f6263058fa8..7f37398b6314b7379d122fbe210dca614d3d1aac 100644
--- a/ui/views/views_touch_selection_controller_factory.h
+++ b/ui/views/views_touch_selection_controller_factory.h
@@ -10,13 +10,14 @@
namespace views {
-class VIEWS_EXPORT ViewsTouchSelectionControllerFactory
- : public ui::TouchSelectionControllerFactory {
+class VIEWS_EXPORT ViewsTouchEditingControllerFactory
+ : public ui::TouchEditingControllerFactory {
public:
- ViewsTouchSelectionControllerFactory();
+ ViewsTouchEditingControllerFactory();
- // Overridden from ui::TouchSelectionControllerFactory.
- ui::TouchSelectionController* create(ui::TouchEditable* client_view) override;
+ // Overridden from ui::TouchEditingControllerFactory.
+ ui::TouchEditingControllerDeprecated* Create(ui::TouchEditable* client_view)
+ override;
};
} // namespace views
« no previous file with comments | « ui/views/views_delegate.cc ('k') | ui/views/views_touch_selection_controller_factory_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698