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

Unified Diff: cc/BUILD.gn

Issue 820743002: cc: GPU rasterize tiles synchronously in PrepareToDraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address some of the review comments Created 6 years 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/gpu_tile_task_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 5795f90ddbcf543ea29731ccbf114040298911e4..c07e4781e62e3bb132c2bb47defd6337517c7a56 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -350,6 +350,8 @@ component("cc") {
"resources/eviction_tile_priority_queue.h",
"resources/filter_display_item.cc",
"resources/filter_display_item.h",
+ "resources/gpu_rasterizer.cc",
+ "resources/gpu_rasterizer.h",
"resources/gpu_tile_task_worker_pool.cc",
"resources/gpu_tile_task_worker_pool.h",
"resources/image_layer_updater.cc",
@@ -391,6 +393,9 @@ component("cc") {
"resources/raster_source_helper.h",
"resources/raster_tile_priority_queue.cc",
"resources/raster_tile_priority_queue.h",
+ "resources/rasterizer.h",
+ "resources/software_rasterizer.cc",
+ "resources/software_rasterizer.h",
"resources/tile_task_worker_pool.cc",
"resources/tile_task_worker_pool.h",
"resources/tile_task_runner.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/gpu_tile_task_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698