Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
index d688177a5f106bfcde8fab3f361d28c93e104db7..36b71712621945b2dd1d631db89dcb742d92e0be 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
@@ -593,7 +593,7 @@ void LocalFrame::setPrinting(bool printing, |
} |
if (RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled()) |
- view()->setShouldInvalidateAllPaintAndPaintProperties(); |
+ view()->setSubtreeNeedsPaintPropertyUpdate(); |
if (!printing) |
document()->setPrinting(Document::NotPrinting); |