| 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 d329041a15d2d8e129fc34d53fa1709b5e7291e3..3ed6b9fdfea3ae1bfec15d848e62b98f1ebe2b7d 100644
|
| --- a/cc/trees/layer_tree_host_common.cc
|
| +++ b/cc/trees/layer_tree_host_common.cc
|
| @@ -2799,6 +2799,7 @@ void LayerTreeHostCommon::CalculateDrawProperties(
|
|
|
| void LayerTreeHostCommon::CalculateDrawProperties(
|
| CalcDrawPropsImplInputs* inputs) {
|
| + TRACE_EVENT0("compositor-worker", "LayerTreeHostCommon::CalcDrawProperties");
|
| CalculateDrawPropertiesAndVerify(inputs, DONT_BUILD_PROPERTY_TREES);
|
|
|
| if (CdpPerfTracingEnabled()) {
|
| @@ -2823,6 +2824,7 @@ void LayerTreeHostCommon::CalculateDrawProperties(
|
|
|
| void LayerTreeHostCommon::CalculateDrawProperties(
|
| CalcDrawPropsImplInputsForTesting* inputs) {
|
| + TRACE_EVENT0("compositor-worker", "LayerTreeHostCommon::CalcDrawProperties");
|
| CalculateDrawPropertiesAndVerify(inputs, BUILD_PROPERTY_TREES_IF_NEEDED);
|
| }
|
|
|
|
|