| 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 1feb5ccecf75b96fcdc4e4c13b7ae419d32d8c3b..828629432bb1262896e5cc409ee484eb99e6cd74 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| @@ -95,7 +95,8 @@ class TypingCommand final : public CompositeEditCommand {
|
|
|
| ETypingCommand commandTypeOfOpenCommand() const { return m_commandType; }
|
| TextCompositionType compositionType() const { return m_compositionType; }
|
| - // |TypingCommand| may contain multiple |InsertTextCommand|, should return |textDataForInputEvent()| of the last one.
|
| + // |TypingCommand| may contain multiple |InsertTextCommand|, should return
|
| + // |textDataForInputEvent()| of the last one.
|
| String textDataForInputEvent() const final;
|
|
|
| private:
|
| @@ -164,9 +165,9 @@ class TypingCommand final : public CompositeEditCommand {
|
| bool m_killRing;
|
| bool m_preservesTypingStyle;
|
|
|
| - // Undoing a series of backward deletes will restore a selection around all of the
|
| - // characters that were deleted, but only if the typing command being undone
|
| - // was opened with a backward delete.
|
| + // Undoing a series of backward deletes will restore a selection around all of
|
| + // the characters that were deleted, but only if the typing command being
|
| + // undone was opened with a backward delete.
|
| bool m_openedByBackwardDelete;
|
|
|
| bool m_shouldRetainAutocorrectionIndicator;
|
|
|