| 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 e1a5df16e18f91ba6326adc1162117e841350cab..91ecb82b01f0eebe974ce185a38459eab1789f8d 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| @@ -55,6 +55,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:
|
|
|