| Index: content/browser/renderer_host/media/video_capture_device_client.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_device_client.cc b/content/browser/renderer_host/media/video_capture_device_client.cc
|
| index 7ba77616d6e3697621df57cbe6344fee32682f17..97d5c539f320c4b933e6846d130435538bc449e9 100644
|
| --- a/content/browser/renderer_host/media/video_capture_device_client.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_device_client.cc
|
| @@ -69,6 +69,8 @@ class AutoReleaseBuffer : public media::VideoCaptureDevice::Client::Buffer {
|
| const scoped_ptr<VideoCaptureBufferPool::BufferHandle> buffer_handle_;
|
| };
|
|
|
| +
|
| +
|
| VideoCaptureDeviceClient::VideoCaptureDeviceClient(
|
| const base::WeakPtr<VideoCaptureController>& controller,
|
| const scoped_refptr<VideoCaptureBufferPool>& buffer_pool)
|
| @@ -456,4 +458,7 @@ VideoCaptureDeviceClient::ReserveI420OutputBuffer(
|
| return buffer.Pass();
|
| }
|
|
|
| +
|
| +
|
| +
|
| } // namespace content
|
|
|