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

Unified Diff: ui/views/touchui/touch_selection_controller_impl.cc

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.cc
diff --git a/ui/views/touchui/touch_selection_controller_impl.cc b/ui/views/touchui/touch_selection_controller_impl.cc
index fa036c70fe02c98c11f3533afcd066aa32a2023d..dbdd4eb4b9d1e8cbd9634581b994dcd96183bbaf 100644
--- a/ui/views/touchui/touch_selection_controller_impl.cc
+++ b/ui/views/touchui/touch_selection_controller_impl.cc
@@ -239,7 +239,7 @@ class TouchSelectionControllerImpl::EditingHandleView
window->SetEventTargeter(scoped_ptr<ui::EventTargeter>(
new TouchHandleWindowTargeter(window, this)));
- // We are owned by the TouchSelectionController.
+ // We are owned by the TouchSelectionControllerImpl.
set_owned_by_client();
}
@@ -261,7 +261,7 @@ class TouchSelectionControllerImpl::EditingHandleView
}
void DeleteDelegate() override {
- // We are owned and deleted by TouchSelectionController.
+ // We are owned and deleted by TouchSelectionControllerImpl.
}
// Overridden from views::View:
« no previous file with comments | « ui/views/touchui/touch_selection_controller_impl.h ('k') | ui/views/touchui/touch_selection_controller_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698