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

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

Issue 177173007: Change type of touch selection handles to POPUP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 6 years, 9 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
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();

Powered by Google App Engine
This is Rietveld 408576698