Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1795)

Unified Diff: cc/debug/rasterize_and_record_benchmark_impl.cc

Issue 1139063002: cc: Partial tile update for one-copy raster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: monocle: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/playback/display_list_raster_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22ae8daeffb1e2c005d3adb1a5ec5ac1748d8747..447cb0c0aaa2ce0d9d4254635bcdf6bc05c380f0 100644
--- a/cc/debug/rasterize_and_record_benchmark_impl.cc
+++ b/cc/debug/rasterize_and_record_benchmark_impl.cc
@@ -51,7 +51,8 @@ void RunBenchmark(RasterSource* raster_source,
raster_source->PerformSolidColorAnalysis(content_rect, contents_scale,
&analysis);
- raster_source->PlaybackToCanvas(&canvas, content_rect, contents_scale);
+ raster_source->PlaybackToCanvas(&canvas, content_rect, content_rect,
+ contents_scale);
*is_solid_color = analysis.is_solid_color;
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/playback/display_list_raster_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698