Index: content/renderer/gpu/stream_texture_host_android.h |
diff --git a/content/renderer/gpu/stream_texture_host_android.h b/content/renderer/gpu/stream_texture_host_android.h |
index 3fd184c1406718943ff35af62df6bd4fee8cd039..b85029dd0123ea42f750ca273a6258a588e4b467 100644 |
--- a/content/renderer/gpu/stream_texture_host_android.h |
+++ b/content/renderer/gpu/stream_texture_host_android.h |
@@ -41,8 +41,7 @@ class StreamTextureHost : public IPC::Listener { |
// Request the GPU process to create the surface texture and forward it |
// to the renderer process. |
- void EstablishPeer(SurfaceTexturePeer::SurfaceTextureTarget type, |
- int32 primary_id, int32 secondary_id); |
+ void EstablishPeer(int32 primary_id, int32 secondary_id); |
// IPC::Channel::Listener implementation: |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |