| Index: gpu/ipc/common/gpu_messages.h
|
| diff --git a/gpu/ipc/common/gpu_messages.h b/gpu/ipc/common/gpu_messages.h
|
| index 908643cca74ed14265c927e3f00bff9bd88afa96..77ee84eadc81cbadbaa97d02978bf0c9a7e97a75 100644
|
| --- a/gpu/ipc/common/gpu_messages.h
|
| +++ b/gpu/ipc/common/gpu_messages.h
|
| @@ -244,6 +244,6 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_DestroyImage, int32_t /* id */)
|
|
|
| // Attaches an external image stream to the client texture.
|
| IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateStreamTexture,
|
| - uint32_t, /* client_texture_id */
|
| - int32_t, /* stream_id */
|
| + int32_t, /* image_id */
|
| + int32_t, /* stream_id */
|
| bool /* succeeded */)
|
|
|