Index: cc/debug/micro_benchmark.cc |
diff --git a/cc/debug/micro_benchmark.cc b/cc/debug/micro_benchmark.cc |
index 72d3c7dea3128e52b3294b952d0773f0e0c38c16..ddedafc479191f3d2c7f82187cf07405b30e8665 100644 |
--- a/cc/debug/micro_benchmark.cc |
+++ b/cc/debug/micro_benchmark.cc |
@@ -28,7 +28,7 @@ bool MicroBenchmark::IsDone() const { |
return is_done_; |
} |
-void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {} |
+void MicroBenchmark::DidUpdateLayers(LayerTree* layer_tree) {} |
void MicroBenchmark::NotifyDone(std::unique_ptr<base::Value> result) { |
callback_.Run(std::move(result)); |