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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 236313006: cc: Add initial GPU-to-GPU copy rasterizer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 b1097b5f9b836fd9c0550d2a7ef5cf7fb0838c8d..69eea915cd9982803131ceac9462ea39331589d6 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -71,7 +71,8 @@ class CC_EXPORT LayerTreeSettings {
size_t max_memory_for_prepaint_percentage;
int highp_threshold_min;
bool strict_layer_property_change_checking;
- bool use_map_image;
+ bool use_one_copy;
+ bool use_zero_copy;
bool ignore_root_layer_flings;
bool use_rgba_4444_textures;
bool touch_hit_testing;

Powered by Google App Engine
This is Rietveld 408576698