| Index: ui/touch_selection/touch_selection_controller_test_api.cc
|
| diff --git a/ui/touch_selection/touch_selection_controller_test_api.cc b/ui/touch_selection/touch_selection_controller_test_api.cc
|
| index abe89de528791d52ddc76e340fb6b62cf2f66111..1270e243ac0283dac6bf61636ed8ed77f2703bfb 100644
|
| --- a/ui/touch_selection/touch_selection_controller_test_api.cc
|
| +++ b/ui/touch_selection/touch_selection_controller_test_api.cc
|
| @@ -20,4 +20,14 @@ bool TouchSelectionControllerTestApi::GetEndVisible() const {
|
| return controller_->GetEndVisible();
|
| }
|
|
|
| +TouchHandleOrientation
|
| +TouchSelectionControllerTestApi::GetStartHandleOrientation() const {
|
| + return controller_->GetStartHandleOrientation();
|
| +}
|
| +
|
| +TouchHandleOrientation
|
| +TouchSelectionControllerTestApi::GetEndHandleOrientation() const {
|
| + return controller_->GetEndHandleOrientation();
|
| +}
|
| +
|
| } // namespace ui
|
|
|