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

Unified Diff: cc/cc.gyp

Issue 454843002: cc: Do bitmap conversion for RasterBuffer in the worker thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make RasterBuffer the public interface used by raster tasks. Created 6 years, 4 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/gpu_raster_worker_pool.h » ('j') | cc/resources/raster_buffer.h » ('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 83d408ece4d69f28e81c1013f1026d42734dd1fd..59d148b485aaafff8838e79651e41cc8c0c5fff4 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -390,6 +390,8 @@
'resources/priority_calculator.h',
'resources/rasterizer.cc',
'resources/rasterizer.h',
+ 'resources/raster_buffer.cc',
+ 'resources/raster_buffer.h',
'resources/raster_mode.cc',
'resources/raster_mode.h',
'resources/raster_tile_priority_queue.cc',
« no previous file with comments | « no previous file | cc/resources/gpu_raster_worker_pool.h » ('j') | cc/resources/raster_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698