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

Unified Diff: cc/cc_tests.gyp

Issue 1479883002: cc: Fix draw transform computation for non-drawn layers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove LayerImpl::draw_transform() Created 5 years, 1 month 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_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 81aca7305202a2247cd9ac1831b098b9b3504ab1..68a3ff9559d4eae5374ba1a29d1685093124b5e4 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -182,6 +182,8 @@
'test/fake_layer_tree_host_impl.h',
'test/fake_layer_tree_host_impl_client.cc',
'test/fake_layer_tree_host_impl_client.h',
+ 'test/fake_mask_layer_impl.cc',
+ 'test/fake_mask_layer_impl.h',
'test/fake_output_surface.cc',
'test/fake_output_surface.h',
'test/fake_output_surface_client.cc',

Powered by Google App Engine
This is Rietveld 408576698