| 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 c1e3d1080904cfd091ee20ba8054a364403721cb..0b68317360e0f956cc99a7757d4c02be650c9bc6 100644
|
| --- a/cc/trees/layer_tree_host_common.cc
|
| +++ b/cc/trees/layer_tree_host_common.cc
|
| @@ -2757,6 +2757,7 @@ void LayerTreeHostCommon::CalculateDrawProperties(
|
|
|
| void LayerTreeHostCommon::CalculateDrawProperties(
|
| CalcDrawPropsImplInputs* inputs) {
|
| + TRACE_EVENT0("compositor-worker", "LayerTreeHostCommon::CalcDrawProperties");
|
| CalculateDrawPropertiesAndVerify(inputs, DONT_BUILD_PROPERTY_TREES);
|
|
|
| if (CdpPerfTracingEnabled()) {
|
| @@ -2781,6 +2782,7 @@ void LayerTreeHostCommon::CalculateDrawProperties(
|
|
|
| void LayerTreeHostCommon::CalculateDrawProperties(
|
| CalcDrawPropsImplInputsForTesting* inputs) {
|
| + TRACE_EVENT0("compositor-worker", "LayerTreeHostCommon::CalcDrawProperties");
|
| CalculateDrawPropertiesAndVerify(inputs, BUILD_PROPERTY_TREES_IF_NEEDED);
|
| }
|
|
|
|
|