| Index: content/browser/renderer_host/input/selection_event_type_list.h
|
| diff --git a/content/browser/renderer_host/input/selection_event_type_list.h b/content/browser/renderer_host/input/selection_event_type_list.h
|
| index 89ceb0d6c25bb5c4dcd8617029a044fb3f1b8ff4..9c8cf28774421f2c4d8919edf118602ba4fbb487 100644
|
| --- a/content/browser/renderer_host/input/selection_event_type_list.h
|
| +++ b/content/browser/renderer_host/input/selection_event_type_list.h
|
| @@ -18,3 +18,4 @@ DEFINE_SELECTION_EVENT_TYPE(INSERTION_SHOWN, 2)
|
| DEFINE_SELECTION_EVENT_TYPE(INSERTION_MOVED, 3)
|
| DEFINE_SELECTION_EVENT_TYPE(INSERTION_TAPPED, 4)
|
| DEFINE_SELECTION_EVENT_TYPE(INSERTION_CLEARED, 5)
|
| +DEFINE_SELECTION_EVENT_TYPE(INSERTION_DRAG_BEGUN, 6)
|
|
|