Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index e7b1f005df3a7f2999eb21b6233bf465c2b1a518..2998d541cc0b0db9f7d7a2a948099dcf2d938ee4 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -411,6 +411,7 @@ public: |
// Whether or not the element shrinks to its intrinsic width (rather than filling the width |
// of a containing block). HTML4 buttons, <select>s, <input>s, legends, and floating/compact elements do this. |
bool sizesLogicalWidthToFitContent(SizeType) const; |
+ bool isElementWithIntrinsicWidth() const; |
LayoutUnit shrinkLogicalWidthToAvoidFloats(LayoutUnit childMarginStart, LayoutUnit childMarginEnd, const RenderBlock* cb, RenderRegion*) const; |