| 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 476208fca2f92c27eba76c522faa3754e738b95a..738c1603bb2006f1117a74e537df28b30f7501e6 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 -= VerticalScrollbarWidthClampedToContentBox();
|
| + start_position -= VerticalScrollbarWidth();
|
| LayoutUnit total_available_logical_width =
|
| BorderAndPaddingLogicalWidth() + AvailableLogicalWidth();
|
|
|
|
|