| Index: sky/engine/core/rendering/RenderBlock.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlock.cpp b/sky/engine/core/rendering/RenderBlock.cpp
|
| index 9b5de4528f2aca1a4cce47a2005b6833c463ddfc..e6946a5a5967c91ca71cd5ec6e9a15e0c25db53f 100644
|
| --- a/sky/engine/core/rendering/RenderBlock.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlock.cpp
|
| @@ -2302,10 +2302,6 @@ void RenderBlock::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, Lay
|
| }
|
|
|
| maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth);
|
| -
|
| - int scrollbarWidth = instrinsicScrollbarLogicalWidth();
|
| - maxLogicalWidth += scrollbarWidth;
|
| - minLogicalWidth += scrollbarWidth;
|
| }
|
|
|
| void RenderBlock::computePreferredLogicalWidths()
|
|
|