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

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

Issue 201153013: Revert 169395 "Set geometry dirty bits on composited layer mappi..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | « trunk/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: trunk/Source/core/rendering/compositing/CompositedLayerMapping.cpp
===================================================================
--- trunk/Source/core/rendering/compositing/CompositedLayerMapping.cpp (revision 169401)
+++ trunk/Source/core/rendering/compositing/CompositedLayerMapping.cpp (working copy)
@@ -176,7 +176,7 @@
for (size_t i = 0; i < m_squashedLayers.size(); ++i) {
RenderLayer* oldSquashedLayer = m_squashedLayers[i].renderLayer;
if (oldSquashedLayer->groupedMapping() == this) {
- oldSquashedLayer->setGroupedMapping(0, true);
+ oldSquashedLayer->setGroupedMapping(0);
oldSquashedLayer->setLostGroupedMapping(true);
}
}
« no previous file with comments | « trunk/Source/core/rendering/RenderLayer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698