| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 119ba57bbcfedc8ee6f9d578034e535923514a6e..f62697e77efb0c5c14dff94a7bee590f890abebf 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -652,6 +652,12 @@ IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateStreamTexture,
|
| int32, /* stream_id */
|
| bool /* succeeded */)
|
|
|
| +// Attaches an external image stream.
|
| +IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateStreamTextureImage,
|
| + int32, /* image_id */
|
| + int32, /* stream_id */
|
| + bool /* succeeded */)
|
| +
|
| //------------------------------------------------------------------------------
|
| // Accelerated Video Decoder Messages
|
| // These messages are sent from Renderer process to GPU process.
|
|
|