Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(994)

Unified Diff: Source/core/frame/FrameView.cpp

Issue 222473004: Fix scrolling fixed objs containing abs pos obj (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index b7c1b081ebebbb1c047885472a4fbfb341e2e57d..970c975aee703664aee1477bead4c08e8881b735 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -1735,7 +1735,7 @@ void FrameView::updateFixedElementRepaintRectsAfterScroll()
|| layer->viewportConstrainedNotCompositedReason() == RenderLayer::NotCompositedForNoVisibleContent)
continue;
- layer->repainter().computeRepaintRects(renderer->containerForRepaint());
+ layer->repainter().computeRepaintRectsIncludingDescendants();
}
}
« no previous file with comments | « LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698