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

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

Issue 414503002: Enable paint invalidation container ASSERT (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Dummy rebaseline for the picky trybots :( 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 | « no previous file | Source/core/rendering/RenderLayer.cpp » ('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 830261ff0c84953cdac060807eb7142a42a32ace..5533b96755de441df8d24ff00393e956b6d9bdc4 100644
--- a/Source/core/rendering/RenderBox.cpp
+++ b/Source/core/rendering/RenderBox.cpp
@@ -1550,8 +1550,7 @@ void RenderBox::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvali
bool establishesNewPaintInvalidationContainer = isPaintInvalidationContainer();
const RenderLayerModelObject& newPaintInvalidationContainer = *adjustCompositedContainerForSpecialAncestors(establishesNewPaintInvalidationContainer ? this : &paintInvalidationState.paintInvalidationContainer());
- // FIXME: This assert should be re-enabled when we move paint invalidation to after compositing update. crbug.com/360286
- // ASSERT(&newPaintInvalidationContainer == containerForPaintInvalidation());
+ ASSERT(&newPaintInvalidationContainer == containerForPaintInvalidation());
invalidatePaintIfNeeded(paintInvalidationState, newPaintInvalidationContainer);
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698