Index: cc/resources/tile_manager.h |
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
index 7aa07c92722d050f069e0f2da2173d094648d286..543539de6dbb5ff9c15b42372b835f8ba1c3c552 100644 |
--- a/cc/resources/tile_manager.h |
+++ b/cc/resources/tile_manager.h |
@@ -67,8 +67,8 @@ class CC_EXPORT TileManager : public WorkerPoolClient { |
ResourceProvider* resource_provider, |
size_t num_raster_threads, |
bool use_color_estimator, |
- RenderingStatsInstrumentation* rendering_stats_instrumentation); |
- |
+ RenderingStatsInstrumentation* rendering_stats_instrumentation, |
+ bool use_map_image); |
virtual ~TileManager(); |
const GlobalStateThatImpactsTilePriority& GlobalState() const { |
@@ -107,7 +107,8 @@ class CC_EXPORT TileManager : public WorkerPoolClient { |
scoped_ptr<RasterWorkerPool> raster_worker_pool, |
size_t num_raster_threads, |
bool use_color_estimator, |
- RenderingStatsInstrumentation* rendering_stats_instrumentation); |
+ RenderingStatsInstrumentation* rendering_stats_instrumentation, |
+ bool use_map_image); |
// Methods called by Tile |
friend class Tile; |