| Index: sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlockLineLayout.cpp b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| index 4e572f7835430d312403ea3b99ec5b181d9ffe8f..9c10a78de48e00c19af0231193e1d0b0b500eec3 100644
|
| --- a/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -497,8 +497,6 @@ void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign
|
| updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
|
| break;
|
| }
|
| - if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
|
| - logicalLeft += verticalScrollbarWidth();
|
| }
|
|
|
| static void updateLogicalInlinePositions(RenderBlockFlow* block, float& lineLogicalLeft, float& lineLogicalRight, float& availableLogicalWidth, IndentTextOrNot shouldIndentText)
|
|
|