Chromium Code Reviews| Index: Source/core/layout/LayoutBox.h |
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
| index 6818c2b22b5f32258d5e53be8ec811a9b7e7925b..4d88639aa09dd728cbe54de999a726b32736bde2 100644 |
| --- a/Source/core/layout/LayoutBox.h |
| +++ b/Source/core/layout/LayoutBox.h |
| @@ -455,7 +455,7 @@ public: |
| virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const; |
| virtual LayoutUnit computeReplacedLogicalHeight() const; |
| - static bool logicalWidthIsResolvableFromBlock(const RenderBlock* containingBlock); |
| + static bool logicalWidthIsResolvableFromBlock(const LayoutBox* containingBlock); |
|
Julien - ping for review
2015/02/27 02:07:03
Let's make this a reference if we're touching the
Manuel Rego
2015/02/27 08:48:50
Done.
|
| bool hasDefiniteLogicalWidth() const; |
| static bool percentageLogicalHeightIsResolvableFromBlock(const RenderBlock* containingBlock, bool outOfFlowPositioned); |
| bool hasDefiniteLogicalHeight() const; |