| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index f4a09912507aad74f1802697fe4945f7c798a629..b3b0e7864ecca22baa84129edc833eb572214809 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -412,16 +412,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',
|
| @@ -442,10 +444,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',
|
| @@ -526,6 +526,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',
|
|
|