| 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 bad48fa0f146c3161668fa0d18d52d0e776f69c5..a138dc7f0610d474216e7abb0f53b4f60c80dc01 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::None;
|
| }
|
|
|
| DEFINE_TRACE(MoveSelectionCommand)
|
|
|