Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 93cad241d7a5581b884c9ca8479d5da7817ce7a3..fecac900939379bd8b0a2f4fb435a8dda492bb39 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -1726,7 +1726,7 @@ void FrameView::updateFixedElementPaintInvalidationRectsAfterScroll() |
|| layer->viewportConstrainedNotCompositedReason() == RenderLayer::NotCompositedForNoVisibleContent) |
continue; |
- layer->repainter().computeRepaintRectsIncludingDescendants(); |
+ layer->repainter().computeRepaintRectsIncludingNonCompositingDescendants(); |
} |
} |