| Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| index b8020989ff51bae0af484dc03fcd518212f50e0d..d41207ef2dc63e287809ef630df449a1b1923c47 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| @@ -70,6 +70,9 @@ void PrePaintTreeWalk::walk(const LayoutObject& object, const PrePaintTreeWalkCo
|
| walk(*toFrameView(widget), localContext);
|
| // TODO(pdr): Investigate RemoteFrameView (crbug.com/579281).
|
| }
|
| +
|
| + if (RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled() && localContext.paintInvalidatorContext)
|
| + m_paintInvalidator.didWalkSubtrees(*localContext.paintInvalidatorContext);
|
| }
|
|
|
| } // namespace blink
|
|
|