Index: content/common/gpu/gpu_channel.cc |
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc |
index 71ac6919c38dadf80ad56cff1cc44a3ecf667a85..62d85e94e7af6e18f5523ea50ec308f2e6358706 100644 |
--- a/content/common/gpu/gpu_channel.cc |
+++ b/content/common/gpu/gpu_channel.cc |
@@ -912,10 +912,9 @@ void GpuChannel::OnRegisterStreamTextureProxy( |
} |
void GpuChannel::OnEstablishStreamTexture( |
- int32 stream_id, SurfaceTexturePeer::SurfaceTextureTarget type, |
- int32 primary_id, int32 secondary_id) { |
+ int32 stream_id, int32 primary_id, int32 secondary_id) { |
stream_texture_manager_->EstablishStreamTexture( |
- stream_id, type, primary_id, secondary_id); |
+ stream_id, primary_id, secondary_id); |
} |
#endif |