Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 6213d918c724c8c3c0714afaee7488441efabaf2..8d2657ff92e714a0777e1024048e389c60a3b704 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -416,16 +416,18 @@ |
'quads/tile_draw_quad.h', |
'quads/yuv_video_draw_quad.cc', |
'quads/yuv_video_draw_quad.h', |
- 'raster/bitmap_tile_task_worker_pool.cc', |
- 'raster/bitmap_tile_task_worker_pool.h', |
+ 'raster/bitmap_raster_buffer_provider.cc', |
+ 'raster/bitmap_raster_buffer_provider.h', |
+ 'raster/gpu_raster_buffer_provider.cc', |
+ 'raster/gpu_raster_buffer_provider.h', |
'raster/gpu_rasterizer.cc', |
'raster/gpu_rasterizer.h', |
- 'raster/gpu_tile_task_worker_pool.cc', |
- 'raster/gpu_tile_task_worker_pool.h', |
- 'raster/one_copy_tile_task_worker_pool.cc', |
- 'raster/one_copy_tile_task_worker_pool.h', |
+ 'raster/one_copy_raster_buffer_provider.cc', |
+ 'raster/one_copy_raster_buffer_provider.h', |
'raster/raster_buffer.cc', |
'raster/raster_buffer.h', |
+ 'raster/raster_buffer_provider.cc', |
+ 'raster/raster_buffer_provider.h', |
'raster/scoped_gpu_raster.cc', |
'raster/scoped_gpu_raster.h', |
'raster/single_thread_task_graph_runner.cc', |
@@ -446,10 +448,8 @@ |
'raster/texture_compressor_etc1.h', |
'raster/tile_task.cc', |
'raster/tile_task.h', |
- 'raster/tile_task_worker_pool.cc', |
- 'raster/tile_task_worker_pool.h', |
- 'raster/zero_copy_tile_task_worker_pool.cc', |
- 'raster/zero_copy_tile_task_worker_pool.h', |
+ 'raster/zero_copy_raster_buffer_provider.cc', |
+ 'raster/zero_copy_raster_buffer_provider.h', |
'resources/memory_history.cc', |
'resources/memory_history.h', |
'resources/platform_color.h', |
@@ -530,6 +530,8 @@ |
'tiles/tile_manager.h', |
'tiles/tile_priority.cc', |
'tiles/tile_priority.h', |
+ 'tiles/tile_task_manager.cc', |
+ 'tiles/tile_task_manager.h', |
'tiles/tiling_set_eviction_queue.cc', |
'tiles/tiling_set_eviction_queue.h', |
'tiles/tiling_set_raster_queue_all.cc', |