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 |