Index: gpu/command_buffer/client/gl_in_process_context.h |
diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h |
index 8c3a1c52b45ff68e4aa5552291d235162615352f..5c129fe74359349817207d25bd4e8a7566ee3e24 100644 |
--- a/gpu/command_buffer/client/gl_in_process_context.h |
+++ b/gpu/command_buffer/client/gl_in_process_context.h |
@@ -80,7 +80,7 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext { |
#if defined(OS_ANDROID) |
virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture( |
- uint32 stream_id) = 0; |
+ int32 stream_id) = 0; |
#endif |
}; |