Index: cc/trees/property_tree_builder.cc |
diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc |
index 1f91113ac2665312b0a66a211d2b15c524da776e..bc729edfa305731b6c867d81b787d9dab642329b 100644 |
--- a/cc/trees/property_tree_builder.cc |
+++ b/cc/trees/property_tree_builder.cc |
@@ -1437,7 +1437,7 @@ void PropertyTreeBuilder::BuildPropertyTrees( |
property_trees->is_main_thread = true; |
property_trees->is_active = false; |
property_trees->verify_transform_tree_calculations = |
- root_layer->layer_tree_host() |
+ root_layer->GetLayerTree() |
->GetSettings() |
.verify_transform_tree_calculations; |
SkColor color = root_layer->GetLayerTree()->background_color(); |