| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| index d2c84bbc433e9098dddcd9f950068771ade68037..c19c18e4ae9ba3c071d15db4f84eaba669dc4062 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1574,7 +1574,7 @@ void PaintLayerScrollableArea::resize(const IntPoint& pos,
|
| (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) -
|
| currentSize);
|
|
|
| - bool isBoxSizingBorder = box().style()->boxSizing() == BoxSizingBorderBox;
|
| + bool isBoxSizingBorder = box().style()->boxSizing() == EBoxSizing::kBorderBox;
|
|
|
| EResize resize = box().style()->resize();
|
| if (resize != RESIZE_VERTICAL && difference.width()) {
|
|
|