Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 874296bfdf656653981a212b5fe96b4c9ad9e154..a2d8d830c21c591bcd38a29bdd0efd8417c6e966 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -410,7 +410,7 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) { |
// If we're not in impl-side painting, the tree is immediately |
// considered active. |
sync_tree->DidBecomeActive(); |
- devtools_instrumentation::didActivateLayerTree(id_, source_frame_number_); |
+ devtools_instrumentation::DidActivateLayerTree(id_, source_frame_number_); |
} |
micro_benchmark_controller_.ScheduleImplBenchmarks(host_impl); |