| Index: cc/debug/picture_record_benchmark.cc
|
| diff --git a/cc/debug/picture_record_benchmark.cc b/cc/debug/picture_record_benchmark.cc
|
| index a1528c36d7d767c542f17c8296a95a43a296bb0c..67d97ced5bc221b808792114d2e39b47cbfd1d59 100644
|
| --- a/cc/debug/picture_record_benchmark.cc
|
| +++ b/cc/debug/picture_record_benchmark.cc
|
| @@ -110,8 +110,14 @@ void PictureRecordBenchmark::RunOnLayer(PictureLayer* layer) {
|
|
|
| base::TimeTicks start = base::TimeTicks::HighResNow();
|
|
|
| - scoped_refptr<Picture> picture = Picture::Create(
|
| - rect, painter, tile_grid_info, false, 0, Picture::RECORD_NORMALLY);
|
| + scoped_refptr<Picture> picture =
|
| + Picture::Create(rect,
|
| + painter,
|
| + tile_grid_info,
|
| + false,
|
| + false,
|
| + 0,
|
| + Picture::RECORD_NORMALLY);
|
|
|
| base::TimeTicks end = base::TimeTicks::HighResNow();
|
| base::TimeDelta duration = end - start;
|
|
|