summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-14 00:40:33 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-14 00:40:33 +0000
commit18089a1ee3465f0372caa23ced3ffbb391f78b80 (patch)
treebc585f92b74a42635fef7473d61246b08c0cfb17 /content/content_tests.gypi
parent0a5c63fcec691789f4d853f76543babe5017c88f (diff)
downloadchromium_src-18089a1ee3465f0372caa23ced3ffbb391f78b80.zip
chromium_src-18089a1ee3465f0372caa23ced3ffbb391f78b80.tar.gz
chromium_src-18089a1ee3465f0372caa23ced3ffbb391f78b80.tar.bz2
aura: Use async compositor readback for reading to VideoFrame
Instead of reading the surface texture directly (which will not exist with ubercomp), read the RWHV's layer contents by posting a CopyOutputRequest to the browser compositor and reading its result back into a VideoFrame. Tests: CompositingRenderWidgetHostViewBrowserTestTabCapture.CopyFromCompositingSurface_ForVideoFrame CompositingRenderWidgetHostViewBrowserTestTabCapture.CopyFromCompositingSurface_ForVideoFrame_Scaled R=piman BUG=162291 Review URL: https://chromiumcodereview.appspot.com/18977005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 8ba257f..5a43e62 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -995,6 +995,7 @@
'content_common',
'test_support_content',
'../base/base.gyp:test_support_base',
+ '../gpu/gpu.gyp:command_buffer_common',
'../testing/gtest.gyp:gtest',
'../ui/ui.gyp:ui',
'../ui/gl/gl.gyp:gl',