| Index: cc/debug/invalidation_benchmark.h
|
| diff --git a/cc/debug/invalidation_benchmark.h b/cc/debug/invalidation_benchmark.h
|
| index ca69957413e8e763459bf3bca9131e313407b64c..a04663d64f081172bf7ce8d991af0ef06713f675 100644
|
| --- a/cc/debug/invalidation_benchmark.h
|
| +++ b/cc/debug/invalidation_benchmark.h
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace cc {
|
|
|
| -class LayerTree;
|
| +class LayerTreeHost;
|
|
|
| // NOTE: this benchmark will not measure or return any results, it will simply
|
| // invalidate a certain area of each layer every frame. It is intended to be
|
| @@ -26,7 +26,7 @@ class CC_EXPORT InvalidationBenchmark : public MicroBenchmark {
|
| ~InvalidationBenchmark() override;
|
|
|
| // Implements MicroBenchmark interface.
|
| - void DidUpdateLayers(LayerTree* layer_tree) override;
|
| + void DidUpdateLayers(LayerTreeHost* layer_tree_host) override;
|
| void RunOnLayer(PictureLayer* layer) override;
|
| bool ProcessMessage(std::unique_ptr<base::Value> value) override;
|
|
|
|
|