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

Unified Diff: cc/trees/layer_tree_settings.cc

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.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 7ac2a5225d4555cf48b2b55b88dbe7904f73ba0e..98a509c3183daccb2527082bf7723225dbf9319c 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -56,7 +56,8 @@ LayerTreeSettings::LayerTreeSettings()
max_memory_for_prepaint_percentage(100),
highp_threshold_min(0),
strict_layer_property_change_checking(false),
- use_map_image(false),
+ use_one_copy(false),
+ use_zero_copy(false),
ignore_root_layer_flings(false),
use_rgba_4444_textures(false),
touch_hit_testing(true),

Powered by Google App Engine
This is Rietveld 408576698