| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 1c3e0cb140cadb478fa59d359d7ad554d331332a..4fdf6f278a9293c8f4657ba1f85bdf07d25f7871 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -596,6 +596,9 @@ IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers,
|
| IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_CreateDone,
|
| int32) /* Decoder ID */
|
|
|
| +// Notify client that decoder has been initialized.
|
| +IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_InitializeDone)
|
| +
|
| // Decoder reports that a picture is ready and buffer does not need to be passed
|
| // back to the decoder.
|
| IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_DismissPictureBuffer,
|
|
|