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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 69343005: Added preliminary support for tile rasterization with Ganesh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for tests that pass NULL resource_provider/context_provider. Created 7 years, 1 month 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 060b25c88940df711dc2658f88881fda69ca29fb..90ea5c450f4c21a7240f3426a96ebdd8dccb3cfc 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -1678,6 +1678,7 @@ void LayerTreeHostImpl::CreateAndSetTileManager(
tile_manager_ =
TileManager::Create(this,
resource_provider,
+ context_provider,
nduca 2013/12/02 19:50:17 I think you're better off passing in a GpuRasteriz
slavi 2013/12/04 02:06:50 That was done per enne request to avoid the need o
settings_.num_raster_threads,
rendering_stats_instrumentation_,
using_map_image,

Powered by Google App Engine
This is Rietveld 408576698