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

Unified Diff: ui/base/touch/touch_editing_controller.h

Issue 2034863002: Move SelectionBound from ui/base/touch to ui/gfx to be used by cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated views_unittests Created 4 years, 7 months 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/selection_bound_unittest.cc ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/touch/touch_editing_controller.h
diff --git a/ui/base/touch/touch_editing_controller.h b/ui/base/touch/touch_editing_controller.h
index 96eecc1c2a40f51c8884b5527303172e97269b8c..513835e227a6812d06eeeeb520ded7591e22f708 100644
--- a/ui/base/touch/touch_editing_controller.h
+++ b/ui/base/touch/touch_editing_controller.h
@@ -10,10 +10,10 @@
namespace gfx {
class Point;
class Rect;
+class SelectionBound;
}
namespace ui {
-class SelectionBound;
// An interface implemented by widget that has text that can be selected/edited
// using touch.
@@ -40,8 +40,8 @@ class UI_BASE_EXPORT TouchEditable : public ui::SimpleMenuModel::Delegate {
//
// Visually, anchor could be to the right of focus in the figure above - it
// depends on the selection direction.
- virtual void GetSelectionEndPoints(ui::SelectionBound* anchor,
- ui::SelectionBound* focus) = 0;
+ virtual void GetSelectionEndPoints(gfx::SelectionBound* anchor,
+ gfx::SelectionBound* focus) = 0;
// Gets the bounds of the client view in its local coordinates.
virtual gfx::Rect GetBounds() = 0;
« no previous file with comments | « ui/base/touch/selection_bound_unittest.cc ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698