| 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 d12d61aac45390980eca55e4832cb7b37f1f4745..1f5aa80205c0ec8c49bb926da28a4976c1fe36a3 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -420,7 +420,10 @@ const String& nonBreakingSpaceString();
|
|
|
| // Functions dispatch InputEvent
|
| const StaticRangeVector* targetRangesForInputEvent(const Node&);
|
| -DispatchEventResult dispatchBeforeInputInsertText(Node*, const String& data);
|
| +DispatchEventResult dispatchBeforeInputInsertText(
|
| + Node*,
|
| + const String& data,
|
| + InputEvent::InputType = InputEvent::InputType::InsertText);
|
| DispatchEventResult dispatchBeforeInputEditorCommand(Node*,
|
| InputEvent::InputType,
|
| const StaticRangeVector*);
|
|
|