| 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 9255f99b79ede2e9535ae6879c5d1d136ab28bbf..0cae339cf81745a6fc2738aa12c84fb43d510871 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| @@ -81,9 +81,9 @@ void MoveSelectionCommand::doApply(EditingState* editingState)
|
| applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options), editingState);
|
| }
|
|
|
| -EditAction MoveSelectionCommand::editingAction() const
|
| +InputEvent::InputType MoveSelectionCommand::inputType() const
|
| {
|
| - return EditActionDrag;
|
| + return InputEvent::InputType::Drag;
|
| }
|
|
|
| DEFINE_TRACE(MoveSelectionCommand)
|
|
|