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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp

Issue 2604973002: Move computation of 3D descendants to the descendant-dependent flags walk. (Closed)
Patch Set: none Created 4 years 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: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
index 593f586be5e0e62f806386fc44b172ede81ac74a..8b784e21cd38afdd00dd90288d696e355d163753 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
@@ -730,7 +730,6 @@ bool CompositedLayerMapping::updateGraphicsLayerConfiguration() {
m_graphicsLayer->setHasWillChangeTransformHint(
style.hasWillChangeTransformHint());
- m_owningLayer.update3DTransformedDescendantStatus();
if (style.preserves3D() && style.hasOpacity() &&
m_owningLayer.has3DTransformedDescendant())
UseCounter::count(layoutObject->document(),

Powered by Google App Engine
This is Rietveld 408576698