| Index: Source/core/layout/LayoutBlock.h
|
| diff --git a/Source/core/layout/LayoutBlock.h b/Source/core/layout/LayoutBlock.h
|
| index 45e579472ccc3d53467a8bdc3d47fd36ac7686e6..cdfd7e732f2bd08891f5aa21ad126c84a69a4d0a 100644
|
| --- a/Source/core/layout/LayoutBlock.h
|
| +++ b/Source/core/layout/LayoutBlock.h
|
| @@ -80,6 +80,7 @@ public:
|
|
|
| LayoutUnit minLineHeightForReplacedObject(bool isFirstLine, LayoutUnit replacedHeight) const;
|
|
|
| + const LineBoxList& lineBoxes() const { return m_lineBoxes; }
|
| LineBoxList* lineBoxes() { return &m_lineBoxes; }
|
|
|
| const char* name() const override;
|
|
|