| Index: webrtc/pc/videocapturertracksource.h
|
| diff --git a/webrtc/pc/videocapturertracksource.h b/webrtc/pc/videocapturertracksource.h
|
| index af87cc9b824122171cd5bac6a7ba43bb78fac128..1a2529b1b69aff88067caedeb0bbea6dee1ee453 100644
|
| --- a/webrtc/pc/videocapturertracksource.h
|
| +++ b/webrtc/pc/videocapturertracksource.h
|
| @@ -33,8 +33,7 @@ class MediaConstraintsInterface;
|
| class VideoCapturerTrackSource : public VideoTrackSource,
|
| public sigslot::has_slots<> {
|
| public:
|
| - // Creates an instance of VideoCapturerTrackSource.
|
| - // VideoCapturerTrackSource takes ownership of |capturer|.
|
| + // Creates an instance of VideoCapturerTrackSource from |capturer|.
|
| // |constraints| can be NULL and in that case the camera is opened using a
|
| // default resolution.
|
| static rtc::scoped_refptr<VideoTrackSourceInterface> Create(
|
|
|