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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2007163002: cc: Separate raster and decode prepaint regions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/trees/layer_tree_host_impl.cc ('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.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index d20da52efacd7ecb987bc562bd758e4d6a1d2ae4..b48d82c1d55ba20a5545205d8c9f11a95eb5230b 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -100,6 +100,7 @@ class CC_EXPORT LayerTreeSettings {
ManagedMemoryPolicy memory_policy_;
size_t gpu_decoded_image_budget_bytes = 96 * 1024 * 1024;
size_t software_decoded_image_budget_bytes = 128 * 1024 * 1024;
+ int max_preraster_distance_in_screen_pixels = 1000;
// If set to true, the display item list will internally cache a SkPicture for
// raster rather than directly using the display items.
« no previous file with comments | « cc/trees/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698