Chromium Code Reviews| Index: cc/resources/tile_manager.h |
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
| index eb62ba42a3e998f1673f7d85457e38bb85e594b4..930a299b0c4d7f7940df498dc039ec75a9ddd8fd 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_gpu_memory_buffers); |
|
reveman
2013/05/22 18:56:41
why not use_map_image here as well?
kaanb
2013/05/22 19:13:03
Done.
|
| virtual ~TileManager(); |
| const GlobalStateThatImpactsTilePriority& GlobalState() const { |