| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index e7b1f005df3a7f2999eb21b6233bf465c2b1a518..47f87f17c224eb423a5dbfdf109d2f39ca884438 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -638,6 +638,9 @@ private:
|
| bool includeVerticalScrollbarSize() const;
|
| bool includeHorizontalScrollbarSize() const;
|
|
|
| + bool autoWidthShouldFitContent() const;
|
| + void shrinkToFitWidth(const LayoutUnit availableSpace, const LayoutUnit logicalLeftValue, const LayoutUnit bordersPlusPadding, LogicalExtentComputedValues&) const;
|
| +
|
| // Returns true if we did a full repaint
|
| bool repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground);
|
|
|
|
|