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

Unified Diff: ui/touch_selection/touch_selection_controller_test_api.h

Issue 1404163004: Swap touch selection handles when they are interchanged (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: linux build error Created 5 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/touch_selection/touch_selection_controller_test_api.h
diff --git a/ui/touch_selection/touch_selection_controller_test_api.h b/ui/touch_selection/touch_selection_controller_test_api.h
index b55b26282232004921acc40b7f8d005ce0f35f10..42527e02db020962a9252a45111acd7cdd8c97ea 100644
--- a/ui/touch_selection/touch_selection_controller_test_api.h
+++ b/ui/touch_selection/touch_selection_controller_test_api.h
@@ -19,6 +19,8 @@ class TouchSelectionControllerTestApi {
bool GetStartVisible() const;
bool GetEndVisible() const;
+ TouchHandleOrientation GetStartHandleOrientation() const;
+ TouchHandleOrientation GetEndHandleOrientation() const;
bool temporarily_hidden() const { return controller_->temporarily_hidden_; }

Powered by Google App Engine
This is Rietveld 408576698