summaryrefslogtreecommitdiffstats
path: root/ui/gfx/surface
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-18 02:22:59 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-18 02:22:59 +0000
commitdc683121405d4276ee8b86d2d69317d344a01714 (patch)
tree85959fe5c66f69f59bbe39cf542c9ef82f4c1b2e /ui/gfx/surface
parentdbe7138364c5d04bf89bc9ba628e994961ba5966 (diff)
downloadchromium_src-dc683121405d4276ee8b86d2d69317d344a01714.zip
chromium_src-dc683121405d4276ee8b86d2d69317d344a01714.tar.gz
chromium_src-dc683121405d4276ee8b86d2d69317d344a01714.tar.bz2
Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the compositor's backing buffer to the browser process for presentation.
Implemented ImageTransportSurface for Linux (without texture sharing), XP, Vista and 7. XP. The non-texture sharing Linux and XP paths just present directly to the compositing child window owned by the browser process as before. PassThroughImageTransportSurface still needs a proper name. I will move it into its own file once that is decided. I moved AcceleratedSurfaceBuffersSwapped outside of the platform specific ifdefs and made the signature the same on all platforms for greater consistency. I removed the code related to sharing surfaces between processes and synchronizing resize and swapping out of GpuCommandBufferStub. It is all now in ImageTransportSurface implementations. Review URL: http://codereview.chromium.org/8060045 Review URL: http://codereview.chromium.org/8588045 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/8558008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/surface')
-rw-r--r--ui/gfx/surface/surface.gyp9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/gfx/surface/surface.gyp b/ui/gfx/surface/surface.gyp
index 3a860d9..02ab651 100644
--- a/ui/gfx/surface/surface.gyp
+++ b/ui/gfx/surface/surface.gyp
@@ -53,15 +53,6 @@
['exclude', 'accelerated_surface_win.h'],
],
}],
- ['OS=="win"', {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'DelayLoadDLLs': [
- 'd3d9.dll',
- ],
- },
- },
- }],
],
},
],