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

Unified Diff: Source/core/rendering/compositing/CompositedLayerMapping.cpp

Issue 204983002: Re-land of issue 200623006: Set geometry dirty bits on composited layer mappings w/squashing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed cras. 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
« no previous file with comments | « Source/core/rendering/RenderLayer.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/compositing/CompositedLayerMapping.cpp
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
index 136118ad029de170fc03c93fd1f32edcb189f742..d8f2cf52947c44d089278f28f8739934e2ae48a5 100644
--- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
@@ -176,7 +176,7 @@ CompositedLayerMapping::~CompositedLayerMapping()
for (size_t i = 0; i < m_squashedLayers.size(); ++i) {
RenderLayer* oldSquashedLayer = m_squashedLayers[i].renderLayer;
if (oldSquashedLayer->groupedMapping() == this) {
- oldSquashedLayer->setGroupedMapping(0);
+ oldSquashedLayer->setGroupedMapping(0, true);
oldSquashedLayer->setLostGroupedMapping(true);
}
}
« no previous file with comments | « Source/core/rendering/RenderLayer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698