| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| index 7dc3af62cd92b342ab2568456153a976240eeec9..4b188fd35d494c82639b7503d2846183c8ed2017 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -621,7 +621,7 @@ void LayoutBlockFlow::DetermineLogicalLeftPositionForChild(LayoutBox& child) {
|
| LayoutUnit start_position = BorderStart() + PaddingStart();
|
| LayoutUnit initial_start_position = start_position;
|
| if (ShouldPlaceBlockDirectionScrollbarOnLogicalLeft())
|
| - start_position -= VerticalScrollbarWidth();
|
| + start_position -= VerticalScrollbarWidthClampedToContentBox();
|
| LayoutUnit total_available_logical_width =
|
| BorderAndPaddingLogicalWidth() + AvailableLogicalWidth();
|
|
|
|
|