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

Unified Diff: cc/debug/rasterize_and_record_benchmark_impl.cc

Issue 2317913002: cc: Change preraster/predecode split to be half of max skewport extent. (Closed)
Patch Set: compile fix Created 4 years, 3 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 | « no previous file | cc/layers/picture_layer_impl.cc » ('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 523051116b912cb5d0169f6f1d8b681123ff99e6..d0269876daa597cdf95fe7b75ddada29fcb5d230 100644
--- a/cc/debug/rasterize_and_record_benchmark_impl.cc
+++ b/cc/debug/rasterize_and_record_benchmark_impl.cc
@@ -174,7 +174,8 @@ void RasterizeAndRecordBenchmarkImpl::RunOnLayer(PictureLayerImpl* layer) {
PictureLayerTilingSet::Create(
layer->GetTree(), &client, settings.tiling_interest_area_padding,
settings.skewport_target_time_in_seconds,
- settings.skewport_extrapolation_limit_in_screen_pixels);
+ settings.skewport_extrapolation_limit_in_screen_pixels,
+ settings.max_preraster_distance_in_screen_pixels);
PictureLayerTiling* tiling =
tiling_set->AddTiling(1.f, layer->GetRasterSource());
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698