summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 07:32:01 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 07:32:01 +0000
commitf67aa4725307c5d4b896283f1f95514dc01b7c1b (patch)
treebdb5468119197ec54cc9508513ae1d9e74880745 /cc/cc_tests.gyp
parentc76c3815498f19048f52e71673b04badef228ee2 (diff)
downloadchromium_src-f67aa4725307c5d4b896283f1f95514dc01b7c1b.zip
chromium_src-f67aa4725307c5d4b896283f1f95514dc01b7c1b.tar.gz
chromium_src-f67aa4725307c5d4b896283f1f95514dc01b7c1b.tar.bz2
cc: Receive and remap resources to the parent.
The delegated renderer layer needs to give the resources it receives for a frame to the resource provider. Then, the resources are remapped into the parent's namespace so the quads need to be updated to reflect this remapping. Finally, the resources no longer in use by the layer should be returned to the child compositor. The above is implemented in DelegatedRendererLayerImpl::SetFrameData() however for now the resources to be returned are simply dropped with a TODO. Tests: LayerTreeHostDelegatedTestMergeResources.runSingleThread LayerTreeHostDelegatedTestMergeResources.runMultiThread LayerTreeHostDelegatedTestRemapResourcesInQuads.runSingleThread LayerTreeHostDelegatedTestRemapResourcesInQuads.runMultiThread R=piman BUG=123444 Review URL: https://chromiumcodereview.appspot.com/12340124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index b180fc7..d3db755 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -82,6 +82,10 @@
'test/fake_content_layer_impl.h',
'test/fake_context_provider.cc',
'test/fake_context_provider.h',
+ 'test/fake_delegated_renderer_layer.cc',
+ 'test/fake_delegated_renderer_layer.h',
+ 'test/fake_delegated_renderer_layer_impl.cc',
+ 'test/fake_delegated_renderer_layer_impl.h',
'test/fake_impl_proxy.h',
'test/fake_output_surface.h',
'test/fake_layer_tree_host_client.cc',