| Index: third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| index 0cae339cf81745a6fc2738aa12c84fb43d510871..8e254734b601d22b3880609bc43423ca81d76e5a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| @@ -83,7 +83,7 @@ void MoveSelectionCommand::doApply(EditingState* editingState)
|
|
|
| InputEvent::InputType MoveSelectionCommand::inputType() const
|
| {
|
| - return InputEvent::InputType::Drag;
|
| + return InputEvent::InputType::MoveByDragDrop;
|
| }
|
|
|
| DEFINE_TRACE(MoveSelectionCommand)
|
|
|