Chromium Code Reviews| Index: ui/touch_selection/touch_handle_orientation.h |
| diff --git a/ui/touch_selection/touch_handle_orientation.h b/ui/touch_selection/touch_handle_orientation.h |
| index e76e73e9e69ac2d3e888fd983bcee97ee18d6934..9e4626e3d820981aa8bc77a662c9b0c36bfdea5f 100644 |
| --- a/ui/touch_selection/touch_handle_orientation.h |
| +++ b/ui/touch_selection/touch_handle_orientation.h |
| @@ -16,6 +16,13 @@ enum class TouchHandleOrientation { |
| LEFT, |
| CENTER, |
| RIGHT, |
| + LEFT_INVERTED, |
| + LEFT_FLIPPED, |
| + LEFT_FLIPPED_INVERTED, |
| + RIGHT_INVERTED, |
| + RIGHT_FLIPPED, |
| + RIGHT_FLIPPED_INVERTED, |
| + CENTER_INVERTED, |
| UNDEFINED, |
| }; |