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 0b334ec53ffe6695c93391388a89bec3ff590747..2f18fd279b62f4f9f9e262f7793ba9bfb11b1fac 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h |
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
@@ -411,25 +411,9 @@ String stringWithRebalancedWhitespace(const String&, |
const String& nonBreakingSpaceString(); |
// ------------------------------------------------------------------------- |
-// Events |
+// InputEvent |
// ------------------------------------------------------------------------- |
-// Functions dispatch InputEvent |
-DispatchEventResult dispatchBeforeInputInsertText(EventTarget*, |
- const String& data); |
-DispatchEventResult dispatchBeforeInputFromComposition( |
- EventTarget*, |
- InputEvent::InputType, |
- const String& data, |
- InputEvent::EventCancelable); |
-DispatchEventResult dispatchBeforeInputEditorCommand(EventTarget*, |
- InputEvent::InputType, |
- const RangeVector*); |
-DispatchEventResult dispatchBeforeInputDataTransfer(EventTarget*, |
- InputEvent::InputType, |
- DataTransfer*, |
- const RangeVector*); |
- |
InputEvent::InputType deletionInputTypeFromTextGranularity(DeleteDirection, |
TextGranularity); |