| Index: content/browser/renderer_host/media/video_capture_manager.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_manager.h b/content/browser/renderer_host/media/video_capture_manager.h
|
| index 6a5fc9c36f8f82b74e9d928c2e23bc48b0ee508c..8465dd0f1e78dae283c1ee497cda558e42f96892 100644
|
| --- a/content/browser/renderer_host/media/video_capture_manager.h
|
| +++ b/content/browser/renderer_host/media/video_capture_manager.h
|
| @@ -252,7 +252,7 @@ class CONTENT_EXPORT VideoCaptureManager : public MediaStreamProvider {
|
| // Once initialization is done, and_then will be run on the IO thread.
|
| void InitializeCaptureDeviceApiOnUIThread(const base::Closure& and_then);
|
|
|
| - // Due to initialization issues with AVFoundation and QTKit on Mac, we need
|
| + // Due to initialization issues with AVFoundation on Mac, we need
|
| // to make sure we initialize the APIs on the UI thread before we can reliably
|
| // use them. This variable is only checked and set on the IO thread.
|
| bool capture_device_api_initialized_ = false;
|
|
|