| Index: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| index 38fde66e32b7bcd58c4e80e2fcf4795095dd2576..12254abad1fce0e6f334d8c45f71941f81ebcf16 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| @@ -58,6 +58,9 @@ class CORE_EXPORT ReplaceSelectionCommand final : public CompositeEditCommand {
|
|
|
| EphemeralRange insertedRange() const;
|
|
|
| + String textDataForInputEvent() const final;
|
| + DataTransfer* dataTransferForInputEvent() const final;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| @@ -67,7 +70,7 @@ class CORE_EXPORT ReplaceSelectionCommand final : public CompositeEditCommand {
|
| InputEvent::InputType);
|
|
|
| void doApply(EditingState*) override;
|
| - InputEvent::InputType inputType() const override;
|
| + InputEvent::InputType inputType() const final;
|
| bool isReplaceSelectionCommand() const override;
|
|
|
| class InsertedNodes {
|
|
|