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

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

Issue 26110004: Defer the real work in updateCompositingLayers until it's really needed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: few more fixes Created 7 years, 2 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
Index: Source/core/rendering/CompositedLayerMapping.cpp
diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
index 15d68d49e4cc2871888995dc7e3fcf9255985646..43c948cea7bf219da3fb33bda5c78f363fddfb88 100644
--- a/Source/core/rendering/CompositedLayerMapping.cpp
+++ b/Source/core/rendering/CompositedLayerMapping.cpp
@@ -750,6 +750,8 @@ void CompositedLayerMapping::updateGraphicsLayerGeometry()
}
}
+ m_owningLayer->positionOverflowControls();
Ian Vollick 2013/10/17 01:30:25 What's the reason for this change?
shawnsingh 2013/10/17 01:44:04 Because we defer computing compositing, we may not
+
// If this layer was created just for clipping or to apply perspective, it doesn't need its own backing store.
setRequiresOwnBackingStore(compositor()->requiresOwnBackingStore(m_owningLayer, compAncestor));

Powered by Google App Engine
This is Rietveld 408576698