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

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

Issue 360833002: Divorce PaintInvalidationState from LayoutState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToT-ed Created 6 years, 6 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/rendering/RenderFlowThread.cpp
diff --git a/Source/core/rendering/RenderFlowThread.cpp b/Source/core/rendering/RenderFlowThread.cpp
index 4e068f879210602f1dc2579f42b3da45df79c556..027dfd54f0b5c7797667b6ca254c1352562681a6 100644
--- a/Source/core/rendering/RenderFlowThread.cpp
+++ b/Source/core/rendering/RenderFlowThread.cpp
@@ -165,8 +165,6 @@ void RenderFlowThread::repaintRectangleInRegions(const LayoutRect& repaintRect)
if (!shouldRepaint(repaintRect) || !hasValidRegionInfo())
return;
- ForceHorriblySlowRectMapping slowRectMapping(*this); // We can't use layout state to repaint, since the regions are somewhere else.
Julien - ping for review 2014/07/02 00:27:28 Is this really solved?
leviw_travelin_and_unemployed 2014/07/02 00:41:02 You'll notice from the function prototype that we
-
// We can't use currentFlowThread as it is possible to have interleaved flow threads and the wrong one could be used.
// Let each region figure out the proper enclosing flow thread.
CurrentRenderFlowThreadDisabler disabler(view());

Powered by Google App Engine
This is Rietveld 408576698