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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 1139903005: Add PERSISTENT_MAP usage for GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: persistentmap: fixmandolinebetter Created 5 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 0e1819b0d9578e0ec7a4e93183d4fa6b2d3b40b0..ccc858ba84f6bff72bf4178ea653180f97182290 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -74,7 +74,8 @@ class CC_EXPORT LayerTreeSettings {
bool use_one_copy;
bool use_zero_copy;
bool enable_elastic_overscroll;
- unsigned use_image_texture_target;
+ unsigned map_image_texture_target;
+ unsigned persistent_map_image_texture_target;
reveman 2015/05/20 14:26:07 I don't think this mechanism where we have a diffe
danakj 2015/05/20 17:51:14 I agree. I'm just maintaining the "single target"
danakj 2015/05/20 17:55:11 OK I'm going to go with option 2 here. This will m
reveman 2015/05/20 18:58:00 Sounds good. We're mostly interested in using nati
reveman 2015/05/20 18:58:00 Not asking you to fix the format problem. I simply
bool ignore_root_layer_flings;
size_t scheduled_raster_task_limit;
bool use_occlusion_for_tile_prioritization;

Powered by Google App Engine
This is Rietveld 408576698