Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: third_party/WebKit/Source/core/events/InputEvent.cpp

Issue 2738953003: [InputEvent] Support 'insertFromYank' for macOS (Closed)
Patch Set: yosin's review: Only implement yank Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/events/InputEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/InputEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/InputEvent.cpp b/third_party/WebKit/Source/core/events/InputEvent.cpp
index 79e69f8e7a1852c4a0f7d7e8619f4c84861e7833..ff3f83bde295af0de07afdf79512ef6c5179d550 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.cpp
+++ b/third_party/WebKit/Source/core/events/InputEvent.cpp
@@ -25,6 +25,7 @@ const struct {
{InputEvent::InputType::InsertHorizontalRule, "insertHorizontalRule"},
{InputEvent::InputType::InsertFromPaste, "insertFromPaste"},
{InputEvent::InputType::InsertFromDrop, "insertFromDrop"},
+ {InputEvent::InputType::InsertFromYank, "insertFromYank"},
{InputEvent::InputType::InsertReplacementText, "insertReplacementText"},
{InputEvent::InputType::InsertCompositionText, "insertCompositionText"},
{InputEvent::InputType::DeleteWordBackward, "deleteWordBackward"},
« no previous file with comments | « third_party/WebKit/Source/core/events/InputEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698