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

Unified Diff: third_party/WebKit/Source/core/editing/Editor.h

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (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/Editor.h
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
index 030e6733c31d5b96a94e801472d9779e22947528..6db54cf25c74b319ed0d2354e495602447d2812b 100644
--- a/third_party/WebKit/Source/core/editing/Editor.h
+++ b/third_party/WebKit/Source/core/editing/Editor.h
@@ -166,8 +166,8 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
return *m_frame;
}
- // Returns target ranges for the command, currently only supports delete related commands.
- // Used by InputEvent.
+ // Returns target ranges for the command, currently only supports delete
+ // related commands. Used by InputEvent.
RangeVector* getTargetRanges() const;
const EditorInternalCommand* m_command;
@@ -265,7 +265,8 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
InsertMode,
DragSourceType);
- // Return false if frame was destroyed by event handler, should stop executing remaining actions.
+ // Return false if frame was destroyed by event handler, should stop executing
+ // remaining actions.
bool deleteSelectionAfterDraggingWithEvents(
Element* dragSource,
DeleteMode,
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditingUtilitiesTest.cpp ('k') | third_party/WebKit/Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698