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

Unified Diff: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.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/CompositeEditCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
index 4226bbfce7f34a1a2bceb4ebd11b3cb6154a07e9..92b5d9898c0c40232be17869a34466f6e00301a8 100644
--- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
@@ -117,7 +117,8 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
explicit CompositeEditCommand(Document&);
//
- // sugary-sweet convenience functions to help create and apply edit commands in composite commands
+ // sugary-sweet convenience functions to help create and apply edit commands
+ // in composite commands
//
void appendNode(Node*, ContainerNode* parent, EditingState*);
void applyCommandToComposite(EditCommand*, EditingState*);

Powered by Google App Engine
This is Rietveld 408576698