Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1420)

Unified Diff: webrtc/pc/videocapturertracksource.h

Issue 2692923002: Changing some PeerConnection-related comments. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/pc/peerconnectionfactory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « webrtc/pc/peerconnectionfactory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698