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 5e3123ca8616f5e17dd786a06541be44e0396584..fbd1291f845f1064d1a5b9c9d07781e58731286f 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1345,7 +1345,6 @@ void LayerTreeHostImpl::DrawLayers(FrameData* frame, |
fps_counter_->SaveTimeStamp(frame_begin_time, |
!output_surface_->context_provider()); |
- |
bool on_main_thread = false; |
rendering_stats_instrumentation_->IncrementFrameCount( |
1, on_main_thread); |
@@ -1439,6 +1438,7 @@ void LayerTreeHostImpl::DrawLayers(FrameData* frame, |
} |
active_tree_->root_layer()->ResetAllChangeTrackingForSubtree(); |
+ devtools_instrumentation::didDrawFrame(id_); |
BenchmarkInstrumentation::IssueImplThreadRenderingStatsEvent( |
rendering_stats_instrumentation_->impl_thread_rendering_stats()); |
rendering_stats_instrumentation_->AccumulateAndClearImplThreadStats(); |