| Index: content/common/gpu/media/media_messages.h
|
| diff --git a/content/common/gpu/media/media_messages.h b/content/common/gpu/media/media_messages.h
|
| index 554fb15b3854b8a91399f2e78ed4b8ff7f22c6e3..b1fc9654e191b8426be57570c273aeb8147b77b6 100644
|
| --- a/content/common/gpu/media/media_messages.h
|
| +++ b/content/common/gpu/media/media_messages.h
|
| @@ -139,7 +139,8 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_ReusePictureBuffer,
|
| int32_t) /* Picture buffer ID */
|
|
|
| // Send flush request to the decoder.
|
| -IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Flush)
|
| +IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_Flush,
|
| + bool /* return_buffers */)
|
|
|
| // Send reset request to the decoder.
|
| IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Reset)
|
|
|