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

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

Issue 264183002: RAL: Eliminate n^2 walk to find repaint containers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more simple rebaseline... Created 6 years, 7 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
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index 890dd3322f6853138f4ae237d552e77cb0484788..9b1a4b27e9fbf30138d1dbecb3f7fb974ce8c3b2 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -1053,7 +1053,7 @@ void FrameView::repaintTree(RenderObject* root)
RootLayoutStateScope rootLayoutStateScope(*root);
- root->repaintTreeAfterLayout();
+ root->repaintTreeAfterLayout(*root->containerForRepaint());
// Repaint the frameviews scrollbars if needed
if (hasVerticalBarDamage())
« no previous file with comments | « LayoutTests/platform/mac/fast/repaint/reflection-repaint-test-expected.txt ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698