summaryrefslogtreecommitdiffstats
path: root/ui/views/touchui/touch_selection_controller_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/touchui/touch_selection_controller_impl.h')
-rw-r--r--ui/views/touchui/touch_selection_controller_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h
index 1aff892..8c2cd77 100644
--- a/ui/views/touchui/touch_selection_controller_impl.h
+++ b/ui/views/touchui/touch_selection_controller_impl.h
@@ -71,8 +71,10 @@ class VIEWS_EXPORT TouchSelectionControllerImpl
// Convenience methods for testing.
gfx::Point GetSelectionHandle1Position();
gfx::Point GetSelectionHandle2Position();
+ gfx::Point GetCursorHandlePosition();
bool IsSelectionHandle1Visible();
bool IsSelectionHandle2Visible();
+ bool IsCursorHandleVisible();
ui::TouchEditable* client_view_;
Widget* client_widget_;