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

Unified Diff: content/renderer/media/media_stream_audio_source.h

Issue 515093003: Manual fixups in media code for scoped_refptr operator T* removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar Created 6 years, 4 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 | « no previous file | content/renderer/media/media_stream_track.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_source.h
diff --git a/content/renderer/media/media_stream_audio_source.h b/content/renderer/media/media_stream_audio_source.h
index 1fd9001a458d33b3ff471545f59e2e9bb4b5e26b..66e30c1f038e23ca4235522b15728e5c7fa23cde 100644
--- a/content/renderer/media/media_stream_audio_source.h
+++ b/content/renderer/media/media_stream_audio_source.h
@@ -32,7 +32,7 @@ class CONTENT_EXPORT MediaStreamAudioSource
local_audio_source_ = source;
}
- void SetAudioCapturer(WebRtcAudioCapturer* capturer) {
+ void SetAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer) {
DCHECK(!audio_capturer_.get());
audio_capturer_ = capturer;
}
« no previous file with comments | « no previous file | content/renderer/media/media_stream_track.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698