| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 40747183cc8a268ba40d4856421a95e5b93d9784..10821ec2a47f936b4969edc845dea5e33f7873cc 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -455,7 +455,10 @@ public:
|
| virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
|
| virtual LayoutUnit computeReplacedLogicalHeight() const;
|
|
|
| + static bool logicalWidthIsResolvableFromBlock(const RenderBlock* containingBlock);
|
| + bool hasDefiniteLogicalWidth() const;
|
| static bool percentageLogicalHeightIsResolvableFromBlock(const RenderBlock* containingBlock, bool outOfFlowPositioned);
|
| + bool hasDefiniteLogicalHeight() 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.)
|
|
|