| Index: ui/touch_selection/touch_selection_controller.h
|
| diff --git a/ui/touch_selection/touch_selection_controller.h b/ui/touch_selection/touch_selection_controller.h
|
| index 797b7556444b46046c8f6b48908d4b8aae1af283..f2e437ba1e58ae5f06eae6c6f5e47d67910a4c21 100644
|
| --- a/ui/touch_selection/touch_selection_controller.h
|
| +++ b/ui/touch_selection/touch_selection_controller.h
|
| @@ -187,6 +187,8 @@ class UI_TOUCH_SELECTION_EXPORT TouchSelectionController
|
| gfx::Vector2dF GetEndLineOffset() const;
|
| bool GetStartVisible() const;
|
| bool GetEndVisible() const;
|
| + TouchHandleOrientation GetStartHandleOrientation() const;
|
| + TouchHandleOrientation GetEndHandleOrientation() const;
|
| TouchHandle::AnimationStyle GetAnimationStyle(bool was_active) const;
|
|
|
| void LogSelectionEnd();
|
|
|