| Index: media/video/capture/video_capture_device.h
|
| diff --git a/media/video/capture/video_capture_device.h b/media/video/capture/video_capture_device.h
|
| index 59d91cfc6faa219ac77b1c4afd333c435cb9e7e8..739831628cecb34c4c9079a85b63d41544d30220 100644
|
| --- a/media/video/capture/video_capture_device.h
|
| +++ b/media/video/capture/video_capture_device.h
|
| @@ -247,8 +247,9 @@ class MEDIA_EXPORT VideoCaptureDevice {
|
| // The output buffer stays reserved and mapped for use until the Buffer
|
| // object is destroyed or returned.
|
| virtual scoped_ptr<Buffer> ReserveOutputBuffer(
|
| - media::VideoPixelFormat format,
|
| - const gfx::Size& dimensions) = 0;
|
| + const gfx::Size& dimensions,
|
| + VideoPixelFormat format,
|
| + VideoPixelStorage storage) = 0;
|
|
|
| // Captured new video data, held in |frame| or |buffer|, respectively for
|
| // OnIncomingCapturedVideoFrame() and OnIncomingCapturedBuffer().
|
|
|