| 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 ab95ba8c426b518205f80d213cd2d1b94255491b..9de63f902fc2b31c5eed87a605acd36bb51960dc 100644
|
| --- a/ui/touch_selection/selection_event_type.h
|
| +++ b/ui/touch_selection/selection_event_type.h
|
| @@ -14,6 +14,7 @@ namespace ui {
|
| // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.touch_selection
|
| enum SelectionEventType {
|
| SELECTION_SHOWN,
|
| + SELECTION_MOVED,
|
| SELECTION_CLEARED,
|
| SELECTION_DRAG_STARTED,
|
| SELECTION_DRAG_STOPPED,
|
|
|