| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
|
| index eb62ba42a3e998f1673f7d85457e38bb85e594b4..1d0dc5bfc8778bb8858683bbda962c0141522153 100644
|
| --- a/cc/resources/tile_manager.h
|
| +++ b/cc/resources/tile_manager.h
|
| @@ -66,7 +66,8 @@ class CC_EXPORT TileManager : public WorkerPoolClient {
|
| size_t num_raster_threads,
|
| bool use_color_estimator,
|
| bool prediction_benchmarking,
|
| - RenderingStatsInstrumentation* rendering_stats_instrumentation);
|
| + RenderingStatsInstrumentation* rendering_stats_instrumentation,
|
| + bool use_map_image);
|
| virtual ~TileManager();
|
|
|
| const GlobalStateThatImpactsTilePriority& GlobalState() const {
|
|
|