| Index: Source/core/layout/LayoutFlowThread.h
|
| diff --git a/Source/core/layout/LayoutFlowThread.h b/Source/core/layout/LayoutFlowThread.h
|
| index db98e2dbbfd61d4ba1f9dbf74cd07af0a675647e..4f3365c6e27509bfc0afad4442bc6d2d837367b2 100644
|
| --- a/Source/core/layout/LayoutFlowThread.h
|
| +++ b/Source/core/layout/LayoutFlowThread.h
|
| @@ -56,6 +56,8 @@ public:
|
|
|
| bool supportsPaintInvalidationStateCachedOffsets() const override { return false; }
|
|
|
| + static LayoutFlowThread* locateFlowThreadContainingBlockOf(const LayoutObject&);
|
| +
|
| void layout() override;
|
|
|
| // Always create a Layer for the LayoutFlowThread so that we
|
|
|