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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 1381163002: Add a flag to disable partial raster in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index f6656d5bf55224236ef2c0ad187ed77b771e2880..0da6fa2bd58ae3993292dc85a650b2f0684507c1 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -84,6 +84,7 @@ class CC_EXPORT LayerTreeSettings {
bool use_compositor_animation_timelines;
bool wait_for_beginframe_interval;
int max_staging_buffer_usage_in_bytes;
+ bool enable_partial_raster;
LayerTreeDebugState initial_debug_state;

Powered by Google App Engine
This is Rietveld 408576698