| 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..9dc5f3c7a2e2d3033c51035b74b679292603a79f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -738,7 +738,6 @@ public:
|
| virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
|
| virtual LayoutUnit computeReplacedLogicalHeight(LayoutUnit estimatedUsedWidth = LayoutUnit()) const;
|
|
|
| - bool hasDefiniteLogicalWidth() const;
|
| bool percentageLogicalHeightIsResolvable() const;
|
| bool hasDefiniteLogicalHeight() const;
|
| LayoutUnit computePercentageLogicalHeight(const Length& height) const;
|
|
|