| Index: media/capture/video/video_capture_buffer_pool_impl.h
|
| diff --git a/media/capture/video/video_capture_buffer_pool_impl.h b/media/capture/video/video_capture_buffer_pool_impl.h
|
| index 5f3a166e660946349f95050e760a63af4ae4e332..08c84750c2dfa882c67c18db6736064a9090aecd 100644
|
| --- a/media/capture/video/video_capture_buffer_pool_impl.h
|
| +++ b/media/capture/video/video_capture_buffer_pool_impl.h
|
| @@ -41,6 +41,7 @@ class CAPTURE_EXPORT VideoCaptureBufferPoolImpl
|
| int ReserveForProducer(const gfx::Size& dimensions,
|
| media::VideoPixelFormat format,
|
| media::VideoPixelStorage storage,
|
| + int frame_feedback_id,
|
| int* buffer_id_to_drop) override;
|
| void RelinquishProducerReservation(int buffer_id) override;
|
| int ResurrectLastForProducer(const gfx::Size& dimensions,
|
| @@ -57,6 +58,7 @@ class CAPTURE_EXPORT VideoCaptureBufferPoolImpl
|
| int ReserveForProducerInternal(const gfx::Size& dimensions,
|
| media::VideoPixelFormat format,
|
| media::VideoPixelStorage storage,
|
| + int frame_feedback_id,
|
| int* tracker_id_to_drop);
|
|
|
| VideoCaptureBufferTracker* GetTracker(int buffer_id);
|
|
|