Chromium Code Reviews| 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 e7f79a24952e59932a20ffb0ccbe9611a6880ab3..51cf389244ec3a72689e3605692cacc9c23a2671 100644 |
| --- a/third_party/WebKit/Source/core/events/InputEvent.h |
| +++ b/third_party/WebKit/Source/core/events/InputEvent.h |
| @@ -34,6 +34,7 @@ class InputEvent final : public UIEvent { |
| InsertHorizontalRule, |
| InsertFromPaste, |
| InsertFromDrop, |
| + InsertFromYank, |
| InsertReplacementText, |
| InsertCompositionText, |
| // Deletion. |