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

Unified Diff: third_party/WebKit/Source/core/layout/CounterNode.h

Issue 2398623003: Re-land Reformat comments in core/layout up until LayoutBox (Closed)
Patch Set: Rebase w/HEAD 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/layout/CounterNode.h
diff --git a/third_party/WebKit/Source/core/layout/CounterNode.h b/third_party/WebKit/Source/core/layout/CounterNode.h
index beb3b89792dcfce223bdd4013e233296679a8559..8ef23dfd2efb776f2e21531d17d0df8b1c29a8f7 100644
--- a/third_party/WebKit/Source/core/layout/CounterNode.h
+++ b/third_party/WebKit/Source/core/layout/CounterNode.h
@@ -26,14 +26,17 @@
#include "wtf/Noncopyable.h"
#include "wtf/RefCounted.h"
-// This implements a counter tree that is used for finding parents in counters() lookup,
-// and for propagating count changes when nodes are added or removed.
+// This implements a counter tree that is used for finding parents in counters()
+// lookup, and for propagating count changes when nodes are added or removed.
-// Parents represent unique counters and their scope, which are created either explicitly
-// by "counter-reset" style rules or implicitly by referring to a counter that is not in scope.
-// Such nodes are tagged as "reset" nodes, although they are not all due to "counter-reset".
+// Parents represent unique counters and their scope, which are created either
+// explicitly by "counter-reset" style rules or implicitly by referring to a
+// counter that is not in scope.
+// Such nodes are tagged as "reset" nodes, although they are not all due to
+// "counter-reset".
-// Not that layout tree children are often counter tree siblings due to counter scoping rules.
+// Not that layout tree children are often counter tree siblings due to counter
+// scoping rules.
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/layout/ColumnBalancer.cpp ('k') | third_party/WebKit/Source/core/layout/CounterNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698