Index: content/browser/renderer_host/media/video_capture_buffer_pool.h |
diff --git a/content/browser/renderer_host/media/video_capture_buffer_pool.h b/content/browser/renderer_host/media/video_capture_buffer_pool.h |
index 88ac21f0c77d469058905449dea219f813823ff4..d8a5467a8dbc4b2ce2f8775921d5012bd5af0c14 100644 |
--- a/content/browser/renderer_host/media/video_capture_buffer_pool.h |
+++ b/content/browser/renderer_host/media/video_capture_buffer_pool.h |
@@ -83,6 +83,7 @@ class CONTENT_EXPORT VideoCaptureBufferPool |
// new allocation at a larger size. If so, the ID of the destroyed buffer is |
// returned via |buffer_id_to_drop|. |
int ReserveForProducer(media::VideoPixelFormat format, |
+ media::VideoPixelStorage storage, |
const gfx::Size& dimensions, |
int* buffer_id_to_drop); |
@@ -157,6 +158,7 @@ class CONTENT_EXPORT VideoCaptureBufferPool |
virtual ~VideoCaptureBufferPool(); |
int ReserveForProducerInternal(media::VideoPixelFormat format, |
+ media::VideoPixelStorage storage, |
const gfx::Size& dimensions, |
int* tracker_id_to_drop); |