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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 2007163002: cc: Separate raster and decode prepaint regions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« cc/tiles/tile_manager.cc ('K') | « cc/trees/layer_tree_settings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index d13a01606ba04d5f7bf4450376a0b5f7a04260af..a21b755ece8d087f9719f1c92f96924c66e58fa5 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -110,6 +110,7 @@ LayerTreeSettings::LayerTreeSettings()
ManagedMemoryPolicy::kDefaultNumResourcesLimit),
gpu_decoded_image_budget_bytes(96 * 1024 * 1024),
software_decoded_image_budget_bytes(128 * 1024 * 1024),
+ max_preraster_distance_in_screen_pixels(1000),
ericrk 2016/05/24 23:42:34 I'm curious if we should use an even lower limit f
vmpstr 2016/06/07 20:43:55 That's entirely possible. Eventually I'd like this
use_cached_picture_raster(true) {}
LayerTreeSettings::LayerTreeSettings(const LayerTreeSettings& other) = default;
« cc/tiles/tile_manager.cc ('K') | « cc/trees/layer_tree_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698