| 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(
|
|
|