| Index: Source/core/layout/LayoutBox.h
|
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
|
| index 874c525f13fede9cbfdcd8a6947cfb56b41d2e57..f7c00b277bb01d5b29b501a7cfc5b94563afca31 100644
|
| --- a/Source/core/layout/LayoutBox.h
|
| +++ b/Source/core/layout/LayoutBox.h
|
| @@ -533,8 +533,7 @@ public:
|
| virtual LayoutUnit computeReplacedLogicalHeight() const;
|
|
|
| bool hasDefiniteLogicalWidth() const;
|
| - bool percentageLogicalHeightIsResolvable() const;
|
| - bool hasDefiniteLogicalHeight() const;
|
| + bool logicalHeightIsDefinite(const Length& height) const;
|
| LayoutUnit computePercentageLogicalHeight(const Length& height) const;
|
|
|
| // Block flows subclass availableWidth/Height to handle multi column layout (shrinking the width/height available to children when laying out.)
|
|
|