| 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 b4f47a81fe11824fca04c8f446f6b8c03b26646f..900da646a57db236b0159047911cad55956afea5 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| @@ -98,7 +98,7 @@ void MoveSelectionCommand::doApply(EditingState* editingState) {
|
| }
|
|
|
| InputEvent::InputType MoveSelectionCommand::inputType() const {
|
| - return InputEvent::InputType::Drag;
|
| + return InputEvent::InputType::None;
|
| }
|
|
|
| DEFINE_TRACE(MoveSelectionCommand) {
|
|
|