Index: cc/debug/micro_benchmark_controller.cc |
diff --git a/cc/debug/micro_benchmark_controller.cc b/cc/debug/micro_benchmark_controller.cc |
index 0707563612ddf314b394235a49635b014ff65683..be196b1173a483579d4812dedede78c75fdee21f 100644 |
--- a/cc/debug/micro_benchmark_controller.cc |
+++ b/cc/debug/micro_benchmark_controller.cc |
@@ -105,7 +105,7 @@ void MicroBenchmarkController::ScheduleImplBenchmarks( |
void MicroBenchmarkController::DidUpdateLayers() { |
for (const auto& benchmark : benchmarks_) { |
if (!benchmark->IsDone()) |
- benchmark->DidUpdateLayers(host_); |
+ benchmark->DidUpdateLayers(host_->GetLayerTree()); |
} |
CleanUpFinishedBenchmarks(); |