| 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 047c758bc39d6347f5699aa031be34ff84f49519..04a7d27cb66d4e3035163b1744233ff4be78d8ee 100644
|
| --- a/cc/trees/layer_tree_host_common.cc
|
| +++ b/cc/trees/layer_tree_host_common.cc
|
| @@ -622,9 +622,6 @@ void CalculateDrawPropertiesInternal(
|
| if (inputs->verify_clip_tree_calculations)
|
| draw_property_utils::VerifyClipTreeCalculations(visible_layer_list,
|
| inputs->property_trees);
|
| - if (inputs->verify_transform_tree_calculations)
|
| - draw_property_utils::VerifyTransformTreeCalculations(
|
| - visible_layer_list, inputs->property_trees);
|
|
|
| if (should_measure_property_tree_performance) {
|
| TRACE_EVENT_END0(TRACE_DISABLED_BY_DEFAULT("cc.debug.cdp-perf"),
|
|
|