| Index: cc/debug/picture_record_benchmark.cc
|
| diff --git a/cc/debug/picture_record_benchmark.cc b/cc/debug/picture_record_benchmark.cc
|
| index e6a5a6581fe70f88dd58d6366da7d5d5125f3ebd..2bda59d9960b8c939a8e1a7f8a7bf6c1dd2c866b 100644
|
| --- a/cc/debug/picture_record_benchmark.cc
|
| +++ b/cc/debug/picture_record_benchmark.cc
|
| @@ -80,7 +80,7 @@ void PictureRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) {
|
| results->Append(result.release());
|
| }
|
|
|
| - NotifyDone(results.PassAs<base::Value>());
|
| + NotifyDone(results.Pass());
|
| }
|
|
|
| void PictureRecordBenchmark::Run(Layer* layer) {
|
|
|