| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 0be4c31ff072abf5d1ffdb19d4fc10d491f241bd..2997172fdc246c3c13cfdc1a3bf3d44c86bcf003 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -17,7 +17,6 @@
|
| #include "cc/animation/animation_registrar.h"
|
| #include "cc/animation/layer_animation_controller.h"
|
| #include "cc/base/math_util.h"
|
| -#include "cc/debug/benchmark_instrumentation.h"
|
| #include "cc/debug/devtools_instrumentation.h"
|
| #include "cc/debug/overdraw_metrics.h"
|
| #include "cc/debug/rendering_stats_instrumentation.h"
|
| @@ -767,10 +766,8 @@ bool LayerTreeHost::UsingSharedMemoryResources() {
|
|
|
| bool LayerTreeHost::UpdateLayers(Layer* root_layer,
|
| ResourceUpdateQueue* queue) {
|
| - TRACE_EVENT1(benchmark_instrumentation::kCategory,
|
| - benchmark_instrumentation::kLayerTreeHostUpdateLayers,
|
| - benchmark_instrumentation::kSourceFrameNumber,
|
| - source_frame_number());
|
| + TRACE_EVENT1("cc", "LayerTreeHost::UpdateLayers",
|
| + "source_frame_number", source_frame_number());
|
|
|
| RenderSurfaceLayerList update_list;
|
| {
|
|
|