| Index: content/browser/renderer_host/media/video_capture_host.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
|
| index 90f1dc939be7f074332c5ac4a7f12096c09fb02f..b855b495e9647f62307702f504424bdf98b2a774 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -86,6 +86,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| void OnBufferCreated2(VideoCaptureControllerID id,
|
| const std::vector<gfx::GpuMemoryBufferHandle>& handles,
|
| const gfx::Size& size,
|
| + media::VideoPixelFormat format,
|
| int buffer_id) override;
|
| void OnBufferDestroyed(VideoCaptureControllerID id,
|
| int buffer_id) override;
|
|
|