diff options
author | sievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 04:23:28 +0000 |
---|---|---|
committer | sievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 04:23:28 +0000 |
commit | 1d01807e2f36c8700d2b81f10ddfb0acbde2873c (patch) | |
tree | b6ab8d3e54e267426ec87d16cd83c9daf663eb2b /content/common/gpu/stream_texture_manager_android.h | |
parent | f8bebfb177f7c99e858c56208db69e8f48ed63ad (diff) | |
download | chromium_src-1d01807e2f36c8700d2b81f10ddfb0acbde2873c.zip chromium_src-1d01807e2f36c8700d2b81f10ddfb0acbde2873c.tar.gz chromium_src-1d01807e2f36c8700d2b81f10ddfb0acbde2873c.tar.bz2 |
Android: Remove Surface cruft
This removes unused Surface-related Java-level IPC plumbing.
What is not needed anymore is the code to pass Surfaces to child
processes. This was only used in a deprecated render path and for
MediaPlayer being instantiated in the renderer (which is not supported
anymore, it lives in the browser process now).
Review URL: https://chromiumcodereview.appspot.com/12388038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu/stream_texture_manager_android.h')
-rw-r--r-- | content/common/gpu/stream_texture_manager_android.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/gpu/stream_texture_manager_android.h b/content/common/gpu/stream_texture_manager_android.h index 342ff40..e514fc9 100644 --- a/content/common/gpu/stream_texture_manager_android.h +++ b/content/common/gpu/stream_texture_manager_android.h @@ -40,8 +40,7 @@ class StreamTextureManagerAndroid : public gpu::StreamTextureManager { void RegisterStreamTextureProxy( int32 stream_id, const gfx::Size& initial_size, int32 route_id); void EstablishStreamTexture( - int32 stream_id, content::SurfaceTexturePeer::SurfaceTextureTarget type, - int32 primary_id, int32 secondary_id); + int32 stream_id, int32 primary_id, int32 secondary_id); // Send new transform matrix. void SendMatrixChanged(int route_id, |