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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h

Issue 2392443009: reflow comments in core/paint (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/paint/PaintLayerStackingNodeIterator.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h b/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
index 6c9a505f1c92367b6f3294022d4d777bd27c9b9b..44ce67783f97ad2ac618e2a9878b884eb2ab7971 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
@@ -70,8 +70,8 @@ class PaintLayerStackingNodeIterator {
PaintLayer* m_currentNormalFlowChild;
};
-// This iterator is similar to PaintLayerStackingNodeIterator but it walks the lists in reverse order
-// (from the last item to the first one).
+// This iterator is similar to PaintLayerStackingNodeIterator but it walks the
+// lists in reverse order (from the last item to the first one).
class PaintLayerStackingNodeReverseIterator {
STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(PaintLayerStackingNodeReverseIterator);
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerStackingNode.cpp ('k') | third_party/WebKit/Source/core/paint/PaintPhase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698