Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index e6702ffb2bd7f6e8c39c0bc56e1666ecd74e411f..9c77cb8886c1d4e91abd7a30893b0f59fabce0ce 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -716,6 +716,7 @@ private: |
} |
void savePreviousBorderBoxSizeIfNeeded(); |
+ 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). |