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

Unified Diff: cc/cc.gyp

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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index b2bc02242ec5f04ba5b6760a0a8161b683edc564..23a5e27660e0a68440778ef94c70c1fc6b0f5ae1 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -364,6 +364,8 @@
'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',
@@ -411,6 +413,8 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698