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

Unified Diff: cc/tile_manager.cc

Issue 11578019: Remove the pools from the ResourceProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-resolve against HEAD Created 8 years 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
« no previous file with comments | « cc/software_renderer_unittest.cc ('k') | cc/tiled_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_manager.cc
diff --git a/cc/tile_manager.cc b/cc/tile_manager.cc
index ecd1500e8a2e288b79b4a48aadc226e288817781..8c1cda7067b1ed63f8f31f1df8a0f9eff5838c65 100644
--- a/cc/tile_manager.cc
+++ b/cc/tile_manager.cc
@@ -136,8 +136,7 @@ TileManager::TileManager(
ResourceProvider* resource_provider,
size_t num_raster_threads)
: client_(client),
- resource_pool_(ResourcePool::Create(resource_provider,
- Renderer::ImplPool)),
+ resource_pool_(ResourcePool::Create(resource_provider)),
manage_tiles_pending_(false),
check_for_completed_set_pixels_pending_(false) {
// Initialize all threads.
« no previous file with comments | « cc/software_renderer_unittest.cc ('k') | cc/tiled_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698