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