| Index: cc/debug/rasterize_and_record_benchmark_impl.cc
|
| diff --git a/cc/debug/rasterize_and_record_benchmark_impl.cc b/cc/debug/rasterize_and_record_benchmark_impl.cc
|
| index f2904a3bebfc04054062c2f7e870d4c6037c2a75..cd6dade7e8fe692cc5c44ebddb8dcf19dd5c6d05 100644
|
| --- a/cc/debug/rasterize_and_record_benchmark_impl.cc
|
| +++ b/cc/debug/rasterize_and_record_benchmark_impl.cc
|
| @@ -97,8 +97,6 @@ void RasterizeAndRecordBenchmarkImpl::RunOnLayer(PictureLayerImpl* layer) {
|
| PicturePileImpl::Analysis analysis;
|
|
|
| base::TimeTicks start = Now();
|
| - picture_pile->AnalyzeInRect(
|
| - content_rect, contents_scale, &analysis, NULL);
|
| picture_pile->RasterToBitmap(&canvas, content_rect, contents_scale, NULL);
|
| base::TimeTicks end = Now();
|
| base::TimeDelta duration = end - start;
|
|
|