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

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

Issue 203743003: Trigger extra GraphicsLayerGeometryUpdate for squashing if we reset compositedBounds on squashed la… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « no previous file | 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 1997accd403e335080362befcb932f53bcb2f9ff..07227db84d7eb5be0c8c1fbba4492210d9a37472 100644
--- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
@@ -2059,6 +2059,7 @@ bool CompositedLayerMapping::updateSquashingLayerAssignment(RenderLayer* layer,
updatedAssignment = true;
}
m_squashedLayers[nextSquashedLayerIndex] = paintInfo;
+ m_needToUpdateGeometry = true;
} else {
m_squashedLayers.append(paintInfo);
updatedAssignment = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698