Index: cc/trees/layer_tree_host_common.cc |
diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc |
index 8ff9f7185fc4483b46f274a3b4bc0de73f22d82f..7169a2a265be0e3f3fc448b764733ceb0451ae55 100644 |
--- a/cc/trees/layer_tree_host_common.cc |
+++ b/cc/trees/layer_tree_host_common.cc |
@@ -487,7 +487,8 @@ void CalculateDrawPropertiesInternal( |
inputs->device_transform, inputs->property_trees); |
draw_property_utils::UpdatePropertyTreesAndRenderSurfaces( |
inputs->root_layer, inputs->property_trees, |
- inputs->can_render_to_separate_surface); |
+ inputs->can_render_to_separate_surface, |
+ inputs->can_adjust_raster_scales); |
// Property trees are normally constructed on the main thread and |
// passed to compositor thread. Source to parent updates on them are not |
@@ -533,7 +534,8 @@ void CalculateDrawPropertiesInternal( |
inputs->device_transform, inputs->root_layer->position()); |
draw_property_utils::UpdatePropertyTreesAndRenderSurfaces( |
inputs->root_layer, inputs->property_trees, |
- inputs->can_render_to_separate_surface); |
+ inputs->can_render_to_separate_surface, |
+ inputs->can_adjust_raster_scales); |
break; |
} |
} |