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

Unified Diff: cc/trees/layer_tree_host_impl.cc

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_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index 98bafc37599e18271d7c51d5861455e7ab1deeb3..04f1f105747ab69613a53dcc0a81693b27a4d62a 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -1389,7 +1389,8 @@ bool LayerTreeHostImpl::InitializeRenderer(
settings_.num_raster_threads,
settings_.use_color_estimator,
settings_.prediction_benchmarking,
- rendering_stats_instrumentation_));
+ rendering_stats_instrumentation_,
+ settings_.use_map_image));
reveman 2013/05/22 18:56:41 settings_.use_map_image doesn't seem to take outpu
kaanb 2013/05/22 19:13:03 We plan to use a command flag to initially control
reveman 2013/05/22 19:51:19 but shouldn't it be "settings_.use_map_image && ca
kaanb 2013/05/22 20:21:01 Okay, I'm using RendererCapabilities, not OutputSu
UpdateTileManagerMemoryPolicy(managed_memory_policy_);
}

Powered by Google App Engine
This is Rietveld 408576698