Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: third_party/WebKit/Source/core/editing/commands/TypingCommand.h

Issue 2397963002: Reflow comments in //third_party/WebKit/Source/core/editing/commands (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698