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

Unified Diff: third_party/WebKit/Source/core/editing/EditingUtilities.h

Issue 2258663003: [InputEvent] Support |deleteByCut|&|insertFromPaste| with |dataTransfer| field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yosin's review2, fix nits Created 4 years, 4 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
Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
index 6c5bb45f94ba23a43f468783ebdfce0c035b67c5..36fac6414541958c3e2de16b4b7b7d6ccf877a00 100644
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
@@ -364,6 +364,7 @@ const String& nonBreakingSpaceString();
DispatchEventResult dispatchBeforeInputInsertText(EventTarget*, const String& data);
DispatchEventResult dispatchBeforeInputFromComposition(EventTarget*, InputEvent::InputType, const String& data, InputEvent::EventCancelable);
DispatchEventResult dispatchBeforeInputEditorCommand(EventTarget*, InputEvent::InputType, const String& data, const RangeVector*);
+DispatchEventResult dispatchBeforeInputDataTransfer(EventTarget*, InputEvent::InputType, DataTransfer*, const RangeVector*);
InputEvent::InputType deletionInputTypeFromTextGranularity(DeleteDirection, TextGranularity);

Powered by Google App Engine
This is Rietveld 408576698