| Index: content/common/media/video_capture_messages.h
|
| diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h
|
| index 4ff6f01d80dbb52cfcdbeb1b04cbe281832fd6d9..18574d8ab2ab8bcd7609fd9c1e98ce39f804ba5e 100644
|
| --- a/content/common/media/video_capture_messages.h
|
| +++ b/content/common/media/video_capture_messages.h
|
| @@ -59,10 +59,11 @@ IPC_MESSAGE_CONTROL4(VideoCaptureMsg_NewBuffer,
|
|
|
| // Tell the renderer process that a new GpuMemoryBuffer backed buffer is
|
| // allocated for video capture.
|
| -IPC_MESSAGE_CONTROL4(VideoCaptureMsg_NewBuffer2,
|
| +IPC_MESSAGE_CONTROL5(VideoCaptureMsg_NewBuffer2,
|
| int /* device id */,
|
| std::vector<gfx::GpuMemoryBufferHandle> /* handles */,
|
| gfx::Size /* dimensions */,
|
| + media::VideoPixelFormat /*format*/,
|
| int /* buffer_id */)
|
|
|
| // Tell the renderer process that it should release a buffer previously
|
|
|