| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index db613b53a1d742b4be8e9188a40ea2c221530ef9..b501c29353ea3f66ba81791b23c0300934958895 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -740,7 +740,6 @@ public:
|
|
|
| bool hasDefiniteLogicalWidth() const;
|
| bool percentageLogicalHeightIsResolvable() const;
|
| - 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.)
|
|
|