Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index 6ccc65f14bc4c175580bde28af3c0dcfea405b08..f181ab3a20170627aecbf26b2ffd261d1d862a8f 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -438,7 +438,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 sizesLogicalWidthToFitContent(const Length& logicalWidth) const; |
LayoutUnit shrinkLogicalWidthToAvoidFloats(LayoutUnit childMarginStart, LayoutUnit childMarginEnd, const RenderBlockFlow* cb) const; |