| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| index 7eb723f149dfcef20662bb7d21ca21d9e97a25e3..30d3554fbf83358aba07c30dc054344b6683f2ae 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| @@ -79,6 +79,8 @@ public:
|
|
|
| ETypingCommand commandTypeOfOpenCommand() const { return m_commandType; }
|
| TextCompositionType compositionType() const { return m_compositionType; }
|
| + // |TypingCommand| may contain multiple |InsertTextCommand|, should return |textDataForInputEvent()| of the last one.
|
| + String textDataForInputEvent() const final;
|
|
|
| private:
|
| static TypingCommand* create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity)
|
|
|