| Index: cc/debug/picture_record_benchmark.h
|
| diff --git a/cc/debug/picture_record_benchmark.h b/cc/debug/picture_record_benchmark.h
|
| index d6330fe1adb4dafe75d2e37cdcbeadaf21cc6246..3710d83b21b787e608563aa89cc28b2d57cb565a 100644
|
| --- a/cc/debug/picture_record_benchmark.h
|
| +++ b/cc/debug/picture_record_benchmark.h
|
| @@ -27,8 +27,6 @@ class CC_EXPORT PictureRecordBenchmark : public MicroBenchmark {
|
| void RunOnLayer(PictureLayer* layer) override;
|
|
|
| private:
|
| - void Run(Layer* layer);
|
| -
|
| typedef std::pair<base::TimeDelta, unsigned> TotalTime;
|
| std::map<std::pair<int, int>, TotalTime> times_;
|
| std::vector<std::pair<int, int>> dimensions_;
|
|
|