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 fe7756f738ac743a3e7f5511e32e9e4042657370..e1e9c14e819192f79a848ec822688e49783cb6d2 100644 |
--- a/media/video/capture/video_capture_device.h |
+++ b/media/video/capture/video_capture_device.h |
@@ -245,8 +245,7 @@ class MEDIA_EXPORT VideoCaptureDevice { |
// The output buffer stays reserved for use until the Buffer object is |
// destroyed. |
virtual scoped_refptr<Buffer> ReserveOutputBuffer( |
- media::VideoFrame::Format format, |
- const gfx::Size& dimensions) = 0; |
+ const VideoCaptureFormat& format) = 0; |
miu
2015/04/08 01:20:03
Seems like this interface change is unnecsessary a
mcasas
2015/04/08 22:07:06
No reason to bundle them but I changed
the first p
|
// Captured a new video frame, held in |frame|. |
// |