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

Unified Diff: cc/BUILD.gn

Issue 562833004: cc: Move RasterBuffer implementations from ResourceProvider to RasterWorkerPool implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move NullCanvas change to separate patch Created 6 years, 3 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/cc.gyp » ('j') | cc/resources/image_copy_raster_worker_pool.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 2a8e3fa6e635f5ff0afa447178641a0b50e16c1e..28f192af4bf85d1c8d3ea97533b863d8c2bde324 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -366,6 +366,8 @@ component("cc") {
"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/cc.gyp » ('j') | cc/resources/image_copy_raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698