Index: third_party/WebKit/Source/core/events/InputEvent.h |
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h |
index 33494220a7d4428cb97d21671f91093f59693a56..8710e90b8c2d1582ec92c5ea89dff6f4ba2b56df 100644 |
--- a/third_party/WebKit/Source/core/events/InputEvent.h |
+++ b/third_party/WebKit/Source/core/events/InputEvent.h |
@@ -32,6 +32,7 @@ class InputEvent final : public UIEvent { |
InsertUnorderedList, |
InsertHorizontalRule, |
InsertFromPaste, |
+ InsertFromDrop, |
// Deletion. |
DeleteComposedCharacterForward, |
DeleteComposedCharacterBackward, |
@@ -42,6 +43,7 @@ class InputEvent final : public UIEvent { |
DeleteContentBackward, |
DeleteContentForward, |
DeleteByCut, |
+ DeleteByDrag, |
// Command. |
Undo, |
Redo, |
@@ -60,8 +62,6 @@ class InputEvent final : public UIEvent { |
Outdent, |
RemoveFormat, |
// Not on spec. |
- // TODO(chongz): Drag is not on SPEC but it's not decided how we should handle it. |
- Drag, |
JustifyFull, |
SetColor, |
SetBackgroundColor, |