| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index ec9e6572d257c7345eac81d68464ab8af0b77af5..b661692adba78307bbbfebc9703e6cfa278a95a5 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -17,6 +17,7 @@
|
| #include "cc/animation/timing_function.h"
|
| #include "cc/base/math_util.h"
|
| #include "cc/base/util.h"
|
| +#include "cc/debug/benchmark_instrumentation.h"
|
| #include "cc/debug/debug_rect_history.h"
|
| #include "cc/debug/frame_rate_counter.h"
|
| #include "cc/debug/overdraw_metrics.h"
|
| @@ -1356,7 +1357,8 @@ void LayerTreeHostImpl::DrawLayers(FrameData* frame,
|
| }
|
| active_tree_->root_layer()->ResetAllChangeTrackingForSubtree();
|
|
|
| - rendering_stats_instrumentation_->IssueTraceEventForImplThreadStats();
|
| + BenchmarkInstrumentation::IssueImplThreadRenderingStatsEvent(
|
| + rendering_stats_instrumentation_->impl_thread_rendering_stats());
|
| rendering_stats_instrumentation_->AccumulateAndClearImplThreadStats();
|
| }
|
|
|
|
|