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

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

Issue 2400863005: Reformat comments in core/layout up until LayoutTableRow (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/layout/LayoutPagedFlowThread.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.h
index fdb9c24dcbab0356f4089e6c840d6da13c35464f..365995219244c2812e4f2476b5d8174a136b913d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.h
+++ b/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.h
@@ -9,10 +9,11 @@
namespace blink {
-// A flow thread for paged overflow. FIXME: The current implementation relies on the multicol
-// implementation, but it in the long run it would be better to have what's common between
-// LayoutMultiColumnFlowThread and LayoutPagedFlowThread in LayoutFlowThread, and have both of them
-// inherit from that one.
+// A flow thread for paged overflow. FIXME: The current implementation relies on
+// the multicol implementation, but it in the long run it would be better to
+// have what's common between LayoutMultiColumnFlowThread and
+// LayoutPagedFlowThread in LayoutFlowThread, and have both of them inherit
+// from that one.
class LayoutPagedFlowThread : public LayoutMultiColumnFlowThread {
public:
static LayoutPagedFlowThread* createAnonymous(

Powered by Google App Engine
This is Rietveld 408576698