| Index: content/browser/renderer_host/media/video_capture_manager.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc
|
| index a213a564babffd70f7afcbd93478a215a85084b3..d34302f79d1a4434c0c58234ff274ac3bdd55b5f 100644
|
| --- a/content/browser/renderer_host/media/video_capture_manager.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_manager.cc
|
| @@ -73,7 +73,7 @@ void ConsolidateCaptureFormats(media::VideoCaptureFormats* formats) {
|
|
|
| // The maximum number of buffers in the capture pipeline. See
|
| // VideoCaptureController ctor comments for more details.
|
| -const int kMaxNumberOfBuffers = 3;
|
| +const int kMaxNumberOfBuffers = 5;
|
| const int kMaxNumberOfBuffersForTabCapture = 5;
|
|
|
| // Used for logging capture events.
|
|
|