| 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 562137c66bfd10c1b9ca8293a63e42cf6f77da6d..147d62cdd21607e14cf6e44367358b8191d41b00 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| @@ -54,6 +54,9 @@ public:
|
| // The |EditingState*| argument must not be nullptr.
|
| virtual void doApply(EditingState*) = 0;
|
|
|
| + // |TypingCommand| will return the text of the last |m_commands|.
|
| + virtual String textDataForInputEvent() const;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
|
|