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

Unified Diff: cc/cc.gyp

Issue 1801853002: Transfer LayerImpl ownership to LayerTreeImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more asan. Created 4 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 | « cc/BUILD.gn ('k') | cc/debug/debug_rect_history.h » ('j') | no next file with comments »
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 3600470685e0f11d81081f5ceb7cb6778bb23b2c..44d2b8762f9851f472d5c77e615554e512af0f18 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -190,14 +190,14 @@
'layers/io_surface_layer_impl.cc',
'layers/io_surface_layer_impl.h',
'layers/layer.cc',
- 'layers/layer.h',
'layers/layer_client.h',
+ 'layers/layer_collections.h',
+ 'layers/layer.h',
'layers/layer_impl.cc',
'layers/layer_impl.h',
'layers/layer_iterator.h',
'layers/layer_list_iterator.cc',
'layers/layer_list_iterator.h',
- 'layers/layer_lists.h',
'layers/layer_position_constraint.cc',
'layers/layer_position_constraint.h',
'layers/layer_proto_converter.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/debug_rect_history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698