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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 110883015: Add preliminary support for hw-accelerated tile rasterization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added unit tests Created 6 years, 12 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 f9076fb9be87def8080895959ff2be042118032b..9b003631b40c2cea250da6a6b2d268a10a6a109a 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -1720,6 +1720,7 @@ void LayerTreeHostImpl::CreateAndSetTileManager(
tile_manager_ =
TileManager::Create(this,
resource_provider,
+ context_provider,
settings_.num_raster_threads,
rendering_stats_instrumentation_,
using_map_image,

Powered by Google App Engine
This is Rietveld 408576698