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

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

Issue 393673003: Revert "Enforce clearing renderers' paint invalidation state" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/RenderObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderBox.cpp
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
index d13e359ebe835443e990ec116949b731acab682d..b4b88f7a124074d6045ccde79b497d15097d970c 100644
--- a/Source/core/rendering/RenderBox.cpp
+++ b/Source/core/rendering/RenderBox.cpp
@@ -1582,7 +1582,7 @@ void RenderBox::invalidateTreeAfterLayout(const RenderLayerModelObject& paintInv
|| (shouldDoFullPaintInvalidationIfSelfPaintingLayer()
&& hasLayer()
&& layer()->isSelfPaintingLayer())) {
- setShouldDoFullPaintInvalidationAfterLayout(true, MarkOnlyThis);
+ setShouldDoFullPaintInvalidationAfterLayout(true);
}
if (!invalidatePaintIfNeeded(&newPaintInvalidationContainer, oldPaintInvalidationRect, oldPositionFromPaintInvalidationContainer))
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/RenderObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698