summaryrefslogtreecommitdiffstats
path: root/cc/debug
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug')
-rw-r--r--cc/debug/rasterize_and_record_benchmark_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/debug/rasterize_and_record_benchmark_impl.cc b/cc/debug/rasterize_and_record_benchmark_impl.cc
index 47cc016..d2999c5 100644
--- a/cc/debug/rasterize_and_record_benchmark_impl.cc
+++ b/cc/debug/rasterize_and_record_benchmark_impl.cc
@@ -53,8 +53,9 @@ void RunBenchmark(DisplayListRasterSource* raster_source,
content_rect.height()));
SkCanvas canvas(bitmap);
+ const bool include_images = true;
raster_source->PlaybackToCanvas(&canvas, content_rect, content_rect,
- contents_scale);
+ contents_scale, include_images);
timer.NextLap();
} while (!timer.HasTimeLimitExpired());