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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 14417014: cc: Add tile-free software compositing mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 db9cb651c1ac5c31b0d1209aa025b288f2e20a69..11a324bc153aa94e6edd46c40088930af5c3318e 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -21,6 +21,7 @@ class CC_EXPORT LayerTreeSettings {
bool accelerate_painting;
bool compositor_frame_message;
bool impl_side_painting;
+ bool tile_free_software_compositing;
bool render_vsync_enabled;
bool render_vsync_notification_enabled;
bool per_tile_painting_enabled;

Powered by Google App Engine
This is Rietveld 408576698