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

Unified Diff: cc/cc.gyp

Issue 328263005: cc: Rename DirectRasterWorkerPool to GpuRasterWorkerPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the new files. Created 6 years, 6 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 | « no previous file | cc/resources/direct_raster_worker_pool.h » ('j') | cc/resources/gpu_raster_worker_pool.cc » ('J')
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 46f7d48645e648a87bd08bbf36338b5a732f5f27..3011c81efd5c6e1e2a77bdaa2d98c0c96a5d78fe 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -331,8 +331,8 @@
'resources/bitmap_skpicture_content_layer_updater.h',
'resources/content_layer_updater.cc',
'resources/content_layer_updater.h',
- 'resources/direct_raster_worker_pool.cc',
- 'resources/direct_raster_worker_pool.h',
+ 'resources/gpu_raster_worker_pool.cc',
+ 'resources/gpu_raster_worker_pool.h',
'resources/image_layer_updater.cc',
'resources/image_layer_updater.h',
'resources/image_raster_worker_pool.cc',
« no previous file with comments | « no previous file | cc/resources/direct_raster_worker_pool.h » ('j') | cc/resources/gpu_raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698