Chromium Code Reviews| Index: cc/trees/layer_tree_host.cc |
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
| index e2bb39dc72d763b285b89c8bc6bd029db8ec9c21..6306c11d452a43ac02d36b608211168ca4ec107a 100644 |
| --- a/cc/trees/layer_tree_host.cc |
| +++ b/cc/trees/layer_tree_host.cc |
| @@ -425,6 +425,8 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) { |
| sync_tree->DidBecomeActive(); |
| } |
| + micro_benchmark_controller_.ScheduleImplBenchmarks(host_impl); |
| + |
| source_frame_number_++; |
| } |