| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| index 445c595b44494fdbe577d5a7e7666be82f5e91ef..7cc9535ab8be17f27c472e1a498b11ff769b7e65 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| @@ -751,7 +751,7 @@ void PaintPropertyTreeBuilder::updateScrollAndScrollTranslation(
|
| bool scrollNodeNeededForMainThreadReasons = ancestorReasons != reasons;
|
|
|
| const LayoutBox& box = toLayoutBox(object);
|
| - const auto* scrollableArea = box.getScrollableArea();
|
| + auto* scrollableArea = box.getScrollableArea();
|
| IntSize scrollOffset = box.scrolledContentOffset();
|
| if (scrollNodeNeededForMainThreadReasons || !scrollOffset.isZero() ||
|
| scrollableArea->scrollsOverflow()) {
|
|
|