Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1197)

Unified Diff: media/video/capture/video_capture_device.h

Issue 1064703002: VideoCaptureBufferPool: Refactor to allow support of non-ShMem backed buffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: miu@s nits Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..7082be82f1cf3e7fc582108243925429716b9a72 100644
--- a/media/video/capture/video_capture_device.h
+++ b/media/video/capture/video_capture_device.h
@@ -245,7 +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,
+ media::VideoPixelFormat format,
const gfx::Size& dimensions) = 0;
// Captured a new video frame, held in |frame|.
« no previous file with comments | « media/video/capture/fake_video_capture_device_unittest.cc ('k') | media/video/capture/video_capture_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698