| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index a91bd1f419cfb3864c97271946260c1b5a5be0bb..164052e644446df8ba2d2972e9fb04f132a06841 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -696,10 +696,9 @@
|
| int32) /* Picture buffer ID */
|
|
|
| // Decoder reports that a picture is ready.
|
| -IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderHostMsg_PictureReady,
|
| - int32, /* Picture buffer ID */
|
| - int32, /* Bitstream buffer ID */
|
| - gfx::Rect) /* Visible rectangle */
|
| +IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderHostMsg_PictureReady,
|
| + int32, /* Picture buffer ID */
|
| + int32) /* Bitstream buffer ID */
|
|
|
| // Confirm decoder has been flushed.
|
| IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone)
|
|
|