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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 2781483006: cc : Compute render surface is_clipped outside property tree building (Closed)
Patch Set: . Created 3 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
Index: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index bfb276a0f8ae4e2eb7fd6d3b60ab90b18e33245c..752ce41604be88c55cc3a00a2b933feded320338 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -1194,7 +1194,6 @@ void LayerTreeImpl::BuildLayerListAndPropertyTreesForTesting() {
void LayerTreeImpl::BuildPropertyTreesForTesting() {
SetElementIdsForTesting();
- PropertyTreeBuilder::PreCalculateMetaInformationForTesting(layer_list_[0]);
property_trees_.needs_rebuild = true;
property_trees_.transform_tree.set_source_to_parent_updates_allowed(true);
PropertyTreeBuilder::BuildPropertyTrees(

Powered by Google App Engine
This is Rietveld 408576698