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..749ef2f3ceba962915149c57f60cf27b478cabc7 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h |
+++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h |
@@ -67,7 +67,6 @@ class CORE_EXPORT ReplaceSelectionCommand final : public CompositeEditCommand { |
InputEvent::InputType); |
void doApply(EditingState*) override; |
- InputEvent::InputType inputType() const override; |
bool isReplaceSelectionCommand() const override; |
class InsertedNodes { |
@@ -138,6 +137,10 @@ class CORE_EXPORT ReplaceSelectionCommand final : public CompositeEditCommand { |
bool performTrivialReplace(const ReplacementFragment&, EditingState*); |
+ InputEvent::InputType inputType() const final; |
+ String textDataForInputEvent() const final; |
+ DataTransfer* dataTransferForInputEvent() const final; |
+ |
Position m_startOfInsertedContent; |
Position m_endOfInsertedContent; |
Member<EditingStyle> m_insertionStyle; |