| Index: third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| index 594eab01eab183376164baca798654ea40686dc1..a65043c71aee79777108cd4b6a411c57afc3d9c5 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| @@ -387,7 +387,7 @@ void LayoutScrollbar::InvalidateDisplayItemClientsOfScrollbarParts() {
|
| for (auto& part : parts_) {
|
| ObjectPaintInvalidator(*part.value)
|
| .InvalidateDisplayItemClientsIncludingNonCompositingDescendants(
|
| - kPaintInvalidationScroll);
|
| + PaintInvalidationReason::kScrollControl);
|
| }
|
| }
|
|
|
|
|