| Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| index 31f4c83d3c12ef55830b7c4bc54de343c753fb33..3ad8c0316eb30c493e84e723cc9d2f1682a3c13a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| @@ -457,7 +457,7 @@ void LayoutGrid::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, Layo
|
| minLogicalWidth += totalGuttersSize;
|
| maxLogicalWidth += totalGuttersSize;
|
|
|
| - LayoutUnit scrollbarWidth = LayoutUnit(intrinsicScrollbarLogicalWidth());
|
| + LayoutUnit scrollbarWidth = LayoutUnit(scrollbarLogicalWidth());
|
| minLogicalWidth += scrollbarWidth;
|
| maxLogicalWidth += scrollbarWidth;
|
| }
|
|
|