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