summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-17 23:11:38 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-17 23:11:38 +0000
commitf31cf7bf95f70d41e183fca70cb9a1cfe86e2850 (patch)
tree94b8b66fecd35a0165a980944dc2dfb262c0f25a /cc/cc_tests.gyp
parentf1fe3115997b08ea26920e2ac6920eb0e9cdbe90 (diff)
downloadchromium_src-f31cf7bf95f70d41e183fca70cb9a1cfe86e2850.zip
chromium_src-f31cf7bf95f70d41e183fca70cb9a1cfe86e2850.tar.gz
chromium_src-f31cf7bf95f70d41e183fca70cb9a1cfe86e2850.tar.bz2
cc: Apply occlusion before creating quads in IOSurfaceLayerImpl.
This makes the AppendQuads method query occlusion directly and subtract it from the quads it would create before they are created, skipping quads that are completely occluded and avoiding a malloc/free for them. R=enne BUG=344962 Review URL: https://codereview.chromium.org/200423005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 9faff4f..afa8658 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -29,6 +29,7 @@
'layers/delegated_renderer_layer_impl_unittest.cc',
'layers/heads_up_display_unittest.cc',
'layers/heads_up_display_layer_impl_unittest.cc',
+ 'layers/io_surface_layer_impl_unittest.cc',
'layers/layer_impl_unittest.cc',
'layers/layer_iterator_unittest.cc',
'layers/layer_position_constraint_unittest.cc',