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

Unified Diff: third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp

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/DragAndDropCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp
index 88062c4e76cd28c4cf2b5e1120680c35cd7ebb00..6f79ef8a1c0a46fbf6346505cecfac22477ae07c 100644
--- a/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp
@@ -18,7 +18,8 @@ bool DragAndDropCommand::isDragAndDropCommand() const {
}
void DragAndDropCommand::doApply(EditingState*) {
- // Do nothing. Should only register undo entry after combined with other commands.
+ // Do nothing. Should only register undo entry after combined with other
+ // commands.
}
InputEvent::InputType DragAndDropCommand::inputType() const {

Powered by Google App Engine
This is Rietveld 408576698