| Index: third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditCommand.h b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| index 34939bc1a28b5aa947b02f3d3c7cb689dd5e0aba..f0584eeea3990d276e495ee1e7aefcfcf9b87b64 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| @@ -59,6 +59,8 @@ class CORE_EXPORT EditCommand : public GarbageCollectedFinalized<EditCommand> {
|
|
|
| // |TypingCommand| will return the text of the last |m_commands|.
|
| virtual String textDataForInputEvent() const;
|
| + virtual DataTransfer* dataTransferForInputEvent() const;
|
| + virtual RangeVector* targetRangesForInputEvent() const;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|