| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 48d269badf4e0c9cedc870f4d77fc38a36c7dae6..1bca789baaa7d6d0bb69ef988637e5a88e01009b 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -798,6 +798,7 @@ public:
|
|
|
| virtual LayoutUnit minPreferredLogicalWidth() const { return 0; }
|
| virtual LayoutUnit maxPreferredLogicalWidth() const { return 0; }
|
| + void minMaxPreferredLogicalWidthForParent(LayoutUnit& minPreferredLogicalWidth, LayoutUnit& maxPreferredLogicalWidth) const;
|
|
|
| const ComputedStyle* style() const { return m_style.get(); }
|
| ComputedStyle* mutableStyle() const { return m_style.get(); }
|
|
|