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

Unified Diff: third_party/WebKit/Source/core/editing/EditingStrategy.cpp

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/EditingStrategy.cpp
diff --git a/third_party/WebKit/Source/core/editing/EditingStrategy.cpp b/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
index 4add80b672d62a5fba07dc682aac93aa6248a196..57a85f24bbf7a3f924bcdd38510a8d6f797bd59f 100644
--- a/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
+++ b/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
@@ -28,7 +28,11 @@ bool EditingAlgorithm<Traversal>::isEmptyNonEditableNodeInEditable(
const Node* node) {
// Editability is defined the DOM tree rather than the flat tree. For example:
// DOM:
- // <host><span>unedittable</span><shadowroot><div ce><content /></div></shadowroot></host>
+ // <host>
+ // <span>unedittable</span>
+ // <shadowroot><div ce><content /></div></shadowroot>
+ // </host>
+ //
// Flat Tree:
// <host><div ce><span1>unedittable</span></div></host>
// e.g. editing/shadow/breaking-editing-boundaries.html
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditingBehaviorTypes.h ('k') | third_party/WebKit/Source/core/editing/EditingStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698