| Index: cc/debug/picture_record_benchmark.h
|
| diff --git a/cc/debug/picture_record_benchmark.h b/cc/debug/picture_record_benchmark.h
|
| index 89f2bc0781e4ddf5cc03709409d03fbbd9b2715f..5ed7164c51409482082531b1d32cba0bb01e2dc9 100644
|
| --- a/cc/debug/picture_record_benchmark.h
|
| +++ b/cc/debug/picture_record_benchmark.h
|
| @@ -19,7 +19,8 @@ class Layer;
|
| class CC_EXPORT PictureRecordBenchmark : public MicroBenchmark {
|
| public:
|
| explicit PictureRecordBenchmark(scoped_ptr<base::Value> value,
|
| - const MicroBenchmark::DoneCallback& callback);
|
| + const MicroBenchmark::DoneCallback& callback,
|
| + int id);
|
| virtual ~PictureRecordBenchmark();
|
|
|
| // Implements MicroBenchmark interface.
|
|
|