Chromium Code Reviews| Index: ui/touch_selection/selection_event_type.h |
| diff --git a/ui/touch_selection/selection_event_type.h b/ui/touch_selection/selection_event_type.h |
| index 9525362dab3c70095c85a1a2646a7937414eb547..ab95ba8c426b518205f80d213cd2d1b94255491b 100644 |
| --- a/ui/touch_selection/selection_event_type.h |
| +++ b/ui/touch_selection/selection_event_type.h |
| @@ -22,6 +22,7 @@ enum SelectionEventType { |
| INSERTION_TAPPED, |
| INSERTION_CLEARED, |
| INSERTION_DRAG_STARTED, |
| + INSERTION_DRAG_STOPPED, |
| }; |
| } // namespace ui |