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

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

Issue 206413003: Fix Repaint-After-Layout after partial layout removal. (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 | « no previous file | 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 c111f2c4bd18fec240b84fd55b0b9862c15f6f04..0fb5734a1d7d2b52a08790ed62421ce3df18f375 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -1004,8 +1004,7 @@ void FrameView::layout(bool allowSubtree)
if (m_doFullRepaint)
renderView()->setShouldDoFullRepaintAfterLayout(true);
- if (m_doFullRepaint)
- repaintTree(rootForThisLayout);
+ repaintTree(rootForThisLayout);
Julien - ping for review 2014/03/20 15:06:46 We talked about this with Dan: this will cause us
} else if (m_doFullRepaint) {
// FIXME: This isn't really right, since the RenderView doesn't fully encompass
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698