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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 14409006: cc: Changes to use GL API for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Remove TODOs Created 7 years, 7 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 801c74709573683257d138a53b8ef52a82ba6ebc..d2827859b9b59d230626285f03493ab32ea33497 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -59,6 +59,7 @@ class CC_EXPORT LayerTreeSettings {
size_t max_unused_resource_memory_percentage;
int highp_threshold_min;
bool strict_layer_property_change_checking;
+ bool use_map_image;
LayerTreeDebugState initial_debug_state;
};

Powered by Google App Engine
This is Rietveld 408576698