Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1009)

Unified Diff: cc/cc.gyp

Issue 1910213005: cc: Refactor TileTaskWorkerPool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@task_states
Patch Set: feedback Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698