Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 4e87588c1911e5e15d6e2c7e505fbafb037710d4..8f21b358842ed5843cd11cf8f98402318e496d85 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -177,8 +177,7 @@ class GpuChannel : public IPC::Listener, |
// Create a java surface texture object and send it to the renderer process |
// through binder thread. |
void OnEstablishStreamTexture( |
- int32 stream_id, SurfaceTexturePeer::SurfaceTextureTarget type, |
- int32 primary_id, int32 secondary_id); |
+ int32 stream_id, int32 primary_id, int32 secondary_id); |
#endif |
// Collect rendering stats. |