Chromium Code Reviews| 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 d96868db6e08d833d3c7588e03e13604624e23bb..30e473f7e0f13226a83b4fae762c7327e204f639 100644 |
| --- a/ui/views/touchui/touch_selection_controller_impl.h |
| +++ b/ui/views/touchui/touch_selection_controller_impl.h |
| @@ -77,6 +77,7 @@ class VIEWS_EXPORT TouchSelectionControllerImpl |
| void HideContextMenu(); |
| // Convenience methods for testing. |
| + gfx::NativeView GetCursorHandleNativeView(); |
|
sadrul
2014/03/14 18:30:07
Hm. These are used in TouchSelectionControllerImpl
mohsen
2014/03/14 19:15:25
Since EditingHandleView class is forward-declared
|
| gfx::Point GetSelectionHandle1Position(); |
| gfx::Point GetSelectionHandle2Position(); |
| gfx::Point GetCursorHandlePosition(); |