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 6c9ee0534528bc3867dc5895c2062124224300da..cc77e582aabacedf2034b53a75fb3c7ae89df6a5 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_++; |
| } |