| 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 7a52aa8e667ac4f7effa930e1032ec2b29425124..ae0a0d3420510f87b726c72d16afcf6b113dc8c7 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| @@ -161,6 +161,13 @@ class CORE_EXPORT TypingCommand final : public CompositeEditCommand {
|
|
|
| bool isIncrementalInsertion() const { return m_isIncrementalInsertion; }
|
|
|
| + void deleteSelectionIfRange(const VisibleSelection&,
|
| + EditingState*,
|
| + bool smartDelete = false,
|
| + bool mergeBlocksAfterDelete = true,
|
| + bool expandForSpecialElements = true,
|
| + bool sanitizeMarkup = true);
|
| +
|
| ETypingCommand m_commandType;
|
| String m_textToInsert;
|
| bool m_openForMoreTyping;
|
|
|