| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index f0af62a93a0a9fd9c19aa6b252f9246fb33a48e9..02889b9a91da1f412a4b6538c289cfa310db1496 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -710,6 +710,8 @@ private:
|
| return *m_rareData.get();
|
| }
|
|
|
| + bool logicalHeightComputesAsNone(SizeType) const;
|
| +
|
| private:
|
| // The width/height of the contents + borders + padding. The x/y location is relative to our container (which is not always our parent).
|
| LayoutRect m_frameRect;
|
|
|