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

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: 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
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index 9ef436bf9bbe51c94036ab831b69e179bb6a6149..3d7857132ec25ba0bbe4a0c587f9bb132bb22322 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -96,6 +96,7 @@ class CC_EXPORT LayerTreeSettings {
ManagedMemoryPolicy memory_policy_;
size_t gpu_decoded_image_budget_bytes;
size_t software_decoded_image_budget_bytes;
+ int max_preraster_distance_in_screen_pixels;
// If set to true, the display item list will internally cache a SkPicture for
// raster rather than directly using the display items.

Powered by Google App Engine
This is Rietveld 408576698