| Index: third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp
|
| index 4a28409906b0e574f775786174d93fbcd9f42edf..a758f9b662b579de73a838477024405368081bf5 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp
|
| @@ -184,8 +184,9 @@ const Shape& ShapeOutsideInfo::computedShape() const {
|
| *m_layoutBox.containingBlock()->style();
|
|
|
| WritingMode writingMode = containingBlockStyle.getWritingMode();
|
| - // Make sure contentWidth is not negative. This can happen when containing block has a vertical scrollbar and
|
| - // its content is smaller than the scrollbar width.
|
| + // Make sure contentWidth is not negative. This can happen when containing
|
| + // block has a vertical scrollbar and its content is smaller than the
|
| + // scrollbar width.
|
| LayoutUnit maximumValue =
|
| m_layoutBox.containingBlock()
|
| ? std::max(LayoutUnit(),
|
|
|