| Index: cc/debug/micro_benchmark.cc
|
| diff --git a/cc/debug/micro_benchmark.cc b/cc/debug/micro_benchmark.cc
|
| index ddedafc479191f3d2c7f82187cf07405b30e8665..4bbca390a473900c9c477212de6d21df42a1c6f0 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(LayerTree* layer_tree) {}
|
| +void MicroBenchmark::DidUpdateLayers(LayerTreeHost* layer_tree_host) {}
|
|
|
| void MicroBenchmark::NotifyDone(std::unique_ptr<base::Value> result) {
|
| callback_.Run(std::move(result));
|
|
|