| Index: content/renderer/media/video_capture_impl.h
|
| diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h
|
| index 74c4d19d33fda6389f867cd4774410b29001c47d..13adb77e6cb9f1af8effdaeadd724cc6a2d75899 100644
|
| --- a/content/renderer/media/video_capture_impl.h
|
| +++ b/content/renderer/media/video_capture_impl.h
|
| @@ -118,6 +118,7 @@ class CONTENT_EXPORT VideoCaptureImpl
|
| int buffer_id) override;
|
| void OnBufferCreated2(const std::vector<gfx::GpuMemoryBufferHandle>& handles,
|
| const gfx::Size& size,
|
| + media::VideoPixelFormat format,
|
| int buffer_id) override;
|
| void OnBufferDestroyed(int buffer_id) override;
|
| void OnBufferReceived(int buffer_id,
|
|
|