Index: third_party/WebKit/Source/core/frame/FrameView.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp |
index 15cff79b46d15ca13cc20c86a0a8353235f3a9d2..3814d15ba07cb5a151cbb2d93157387ef7ebf16c 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -2802,7 +2802,7 @@ void FrameView::invalidateTreeIfNeededRecursiveInternal() |
// Process objects needing paint invalidation on the next frame. See the definition of PaintInvalidationDelayedFull for more details. |
for (auto& target : pendingDelayedPaintInvalidations) |
- target->getMutableForPainting().setShouldDoDelayedFullPaintInvalidation(); |
+ target->getMutableForPainting().setShouldDoFullPaintInvalidation(PaintInvalidationDelayedFull); |
} |
void FrameView::enableAutoSizeMode(const IntSize& minSize, const IntSize& maxSize) |