| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 8f7c926afc9f5de6005d96c65f08e21f44507cde..888da5930b60d7d5ac04682fdc16c0d726a162ec 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -496,8 +496,8 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_Reset,
|
| gpu::ReadWriteTokens) /* tokens */
|
|
|
| // Send destroy request to the decoder.
|
| -IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_Destroy,
|
| - gpu::ReadWriteTokens) /* tokens */
|
| +IPC_SYNC_MESSAGE_ROUTED1_0(AcceleratedVideoDecoderMsg_Destroy,
|
| + gpu::ReadWriteTokens) /* tokens */
|
|
|
| //------------------------------------------------------------------------------
|
| // Accelerated Video Decoder Host Messages
|
| @@ -536,9 +536,6 @@ IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone)
|
| // Confirm decoder has been reset.
|
| IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_ResetDone)
|
|
|
| -// Confirm decoder has been destroyed.
|
| -IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_DestroyDone)
|
| -
|
| // Decoder has faced end of stream marker in the stream.
|
| IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_EndOfStream)
|
|
|
|
|