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

Unified Diff: cc/cc.gyp

Issue 16190002: cc: Add new RasterWorkerPool interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: pass unit tests Created 7 years, 7 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 026134c1d66db7dee49d44edd6b887ba503d4cad..85f880b478a18e4dad519d4ca5cb684f69f6c851 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -237,6 +237,8 @@
'resources/content_layer_updater.h',
'resources/image_layer_updater.cc',
'resources/image_layer_updater.h',
+ 'resources/image_raster_worker_pool.cc',
+ 'resources/image_raster_worker_pool.h',
'resources/layer_painter.h',
'resources/layer_quad.cc',
'resources/layer_quad.h',
@@ -262,6 +264,8 @@
'resources/picture_pile_base.h',
'resources/picture_pile_impl.cc',
'resources/picture_pile_impl.h',
+ 'resources/pixel_buffer_raster_worker_pool.cc',
+ 'resources/pixel_buffer_raster_worker_pool.h',
'resources/platform_color.h',
'resources/prioritized_resource.cc',
'resources/prioritized_resource.h',

Powered by Google App Engine
This is Rietveld 408576698