| Index: cc/debug/micro_benchmark.h
|
| diff --git a/cc/debug/micro_benchmark.h b/cc/debug/micro_benchmark.h
|
| index d224734645342f8c8a9ee63c5ada97229fae5fa9..454aab6f67cd2946d3fd6620742633bca85bd392 100644
|
| --- a/cc/debug/micro_benchmark.h
|
| +++ b/cc/debug/micro_benchmark.h
|
| @@ -17,7 +17,7 @@ class Value;
|
|
|
| namespace cc {
|
|
|
| -class LayerTreeHost;
|
| +class LayerTree;
|
| class Layer;
|
| class PictureLayer;
|
| class MicroBenchmarkImpl;
|
| @@ -29,7 +29,7 @@ class CC_EXPORT MicroBenchmark {
|
| virtual ~MicroBenchmark();
|
|
|
| bool IsDone() const;
|
| - virtual void DidUpdateLayers(LayerTreeHost* host);
|
| + virtual void DidUpdateLayers(LayerTree* layer_tree);
|
| int id() const { return id_; }
|
| void set_id(int id) { id_ = id; }
|
|
|
|
|