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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2668873002: cc: Add checker-imaging support to TileManager. (Closed)
Patch Set: Created 3 years, 11 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 901832d2a4aa1e4b6763927537b171d2fa788d8c..775cc9d5cd7f0c63e551b2d72a0e855764b1e95f 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -96,6 +96,11 @@ class CC_EXPORT LayerTreeSettings {
// tiles come before lower priority tiles.
bool check_tile_priority_inversion = false;
+ // If set to true, the compositor may selectively defer image decodes to the
+ // Image Decode Service and raster tiles without images until the decode is
+ // ready.
+ bool enable_checker_imaging = false;
+
LayerTreeDebugState initial_debug_state;
};

Powered by Google App Engine
This is Rietveld 408576698