summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 05:09:08 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 05:09:08 +0000
commit9a29dbe6811a5f04cc90e877230a602b0155b749 (patch)
tree37531e2caf8420b1addc7b1b13a94c85a4c6ef5c /gpu
parent4dd774723032d372a9d70d8888728b508f46b95f (diff)
downloadchromium_src-9a29dbe6811a5f04cc90e877230a602b0155b749.zip
chromium_src-9a29dbe6811a5f04cc90e877230a602b0155b749.tar.gz
chromium_src-9a29dbe6811a5f04cc90e877230a602b0155b749.tar.bz2
Remove stale GPU code on Windows/Mac
- on Windows: with Aura + removal of the accelerated surface support, the only "transport"-type surfaces are TextureImageTransportSurfaces and IOSurfaceImageTransportSurface. The GpuHostMsg_AcceleratedSurface* messages can go directly to the UI thread without the need for filtering on the IO thread. - on both Mac and Windows, we use the compositor thread always, so we don't need the ViewMsg_SwapBuffers_ACK and associated logic any more. BUG=None Review URL: https://codereview.chromium.org/137663006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/command_buffer/client/gles2_implementation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
index 70fe197..eaf0d6f 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -767,7 +767,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation
Capabilities capabilities_;
- bool use_echo_for_swap_ack_;
base::Closure swap_buffers_complete_callback_;
base::WeakPtrFactory<GLES2Implementation> weak_ptr_factory_;