| 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 20a1d669d6729f7c53443b0a30d695dfbe3279e1..d015e60b9bd434f0e97a0214ccbd4015e110d24a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| @@ -72,7 +72,7 @@ public:
|
| void insertLineBreak();
|
| void insertParagraphSeparatorInQuotedContent();
|
| void insertParagraphSeparator();
|
| - void deleteKeyPressed(TextGranularity, bool killRing);
|
| + void deleteKeyPressed(TextGranularity, bool killRing, EditingState*);
|
| void forwardDeleteKeyPressed(TextGranularity, bool killRing);
|
| void deleteSelection(bool smartDelete);
|
| void setCompositionType(TextCompositionType type) { m_compositionType = type; }
|
|
|