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

Unified Diff: Source/core/rendering/RenderView.cpp

Issue 184043033: Remove obsolete FIXME that no longer applies for blink rendering architecture (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add new expectations for mac and windows 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
« Source/core/rendering/RenderBox.cpp ('K') | « Source/core/rendering/RenderBox.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderView.cpp
diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp
index 1656814b743940e98071c60f4aafacabb0e2487e..81251cf3727b46c1d104edbd4925e8186c4fdbf5 100644
--- a/Source/core/rendering/RenderView.cpp
+++ b/Source/core/rendering/RenderView.cpp
@@ -193,8 +193,8 @@ void RenderView::checkLayoutState(const LayoutState& state)
void RenderView::initializeLayoutState(LayoutState& state)
{
- // FIXME: May be better to push a clip and avoid issuing offscreen repaints.
eseidel 2014/03/11 19:23:54 Based on what I now understand, we should just rem
- state.m_clipped = false;
+ state.m_clipped = true;
+ state.m_clipRect = viewRect();
state.m_pageLogicalHeight = m_pageLogicalHeight;
state.m_pageLogicalHeightChanged = m_pageLogicalHeightChanged;
state.m_isPaginated = state.m_pageLogicalHeight;
« Source/core/rendering/RenderBox.cpp ('K') | « Source/core/rendering/RenderBox.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698