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

Unified Diff: cc/BUILD.gn

Issue 1051993002: cc: Remove tile sharing from tilings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/base/tiling_data.h » ('j') | cc/resources/active_picture_layer_tiling.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 5354b7c2ce476b2382822c4e785a6170e0375c9c..87400f1e5b0190448ca39a45c76679072e561309 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -312,6 +312,8 @@ component("cc") {
"quads/tile_draw_quad.h",
"quads/yuv_video_draw_quad.cc",
"quads/yuv_video_draw_quad.h",
+ "resources/active_picture_layer_tiling.cc",
+ "resources/active_picture_layer_tiling.h",
"resources/bitmap_content_layer_updater.cc",
"resources/bitmap_content_layer_updater.h",
"resources/bitmap_skpicture_content_layer_updater.cc",
@@ -359,6 +361,8 @@ component("cc") {
"resources/memory_history.h",
"resources/one_copy_tile_task_worker_pool.cc",
"resources/one_copy_tile_task_worker_pool.h",
+ "resources/pending_picture_layer_tiling.cc",
+ "resources/pending_picture_layer_tiling.h",
"resources/picture.cc",
"resources/picture.h",
"resources/picture_layer_tiling.cc",
« no previous file with comments | « no previous file | cc/base/tiling_data.h » ('j') | cc/resources/active_picture_layer_tiling.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698