| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| index e7fb5eab453bb17cacf35836bed83aeb0b0453cd..94c7c338b1ebcddef367f76fb10cba0f1293bdd9 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -191,6 +191,7 @@ bool CompositeEditCommand::apply()
|
| case InputEvent::InputType::InsertLineBreak:
|
| case InputEvent::InputType::InsertParagraph:
|
| case InputEvent::InputType::InsertFromPaste:
|
| + case InputEvent::InputType::InsertFromDrop:
|
| case InputEvent::InputType::DeleteComposedCharacterForward:
|
| case InputEvent::InputType::DeleteComposedCharacterBackward:
|
| case InputEvent::InputType::DeleteWordBackward:
|
| @@ -200,8 +201,9 @@ bool CompositeEditCommand::apply()
|
| case InputEvent::InputType::DeleteContentBackward:
|
| case InputEvent::InputType::DeleteContentForward:
|
| case InputEvent::InputType::DeleteByCut:
|
| - case InputEvent::InputType::Drag:
|
| + case InputEvent::InputType::DeleteByDrag:
|
| case InputEvent::InputType::SetWritingDirection:
|
| + case InputEvent::InputType::MoveByDragDrop:
|
| case InputEvent::InputType::None:
|
| break;
|
| default:
|
|
|