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

Unified Diff: third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.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/DeleteSelectionCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
index 32c5c01d5ef8600d1d2ca065f300b4d495be64b6..8866dda387c5bfc6bd4faa3791c30a783a98d017 100644
--- a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
@@ -111,7 +111,8 @@ class DeleteSelectionCommand final : public CompositeEditCommand {
bool m_sanitizeMarkup;
InputEvent::InputType m_inputType;
- // This data is transient and should be cleared at the end of the doApply function.
+ // This data is transient and should be cleared at the end of the doApply
+ // function.
VisibleSelection m_selectionToDelete;
Position m_upstreamStart;
Position m_downstreamStart;

Powered by Google App Engine
This is Rietveld 408576698