| Index: Source/core/layout/LayoutPagedFlowThread.h
|
| diff --git a/Source/core/layout/LayoutPagedFlowThread.h b/Source/core/layout/LayoutPagedFlowThread.h
|
| index e0c021ae2a69252f5390b8aa022585acb6f53ae0..b30d95d9551e3f09c6f5ffd5408a16cf27c14ee7 100644
|
| --- a/Source/core/layout/LayoutPagedFlowThread.h
|
| +++ b/Source/core/layout/LayoutPagedFlowThread.h
|
| @@ -15,7 +15,7 @@ namespace blink {
|
| // inherit from that one.
|
| class LayoutPagedFlowThread : public LayoutMultiColumnFlowThread {
|
| public:
|
| - static LayoutPagedFlowThread* createAnonymous(Document&, const LayoutStyle& parentStyle);
|
| + static LayoutPagedFlowThread* createAnonymous(Document&, const ComputedStyle& parentStyle);
|
|
|
| LayoutBlockFlow* pagedBlockFlow() const { return toLayoutBlockFlow(parent()); }
|
|
|
|
|