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

Unified Diff: Source/platform/mediastream/MediaStreamCenter.cpp

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 7 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
Index: Source/platform/mediastream/MediaStreamCenter.cpp
diff --git a/Source/platform/mediastream/MediaStreamCenter.cpp b/Source/platform/mediastream/MediaStreamCenter.cpp
index c09ce08ee27be371e772cb3a99a6145acf16846a..edd22960e7c68572341642fc9cbde2db01521f18 100644
--- a/Source/platform/mediastream/MediaStreamCenter.cpp
+++ b/Source/platform/mediastream/MediaStreamCenter.cpp
@@ -64,7 +64,7 @@ MediaStreamCenter::~MediaStreamCenter()
{
}
-bool MediaStreamCenter::getMediaStreamTrackSources(PassRefPtr<MediaStreamTrackSourcesRequest> request)
+bool MediaStreamCenter::getMediaStreamTrackSources(PassRefPtrWillBeRawPtr<MediaStreamTrackSourcesRequest> request)
{
return m_private && m_private->getMediaStreamTrackSources(request);
}
« no previous file with comments | « Source/platform/mediastream/MediaStreamCenter.h ('k') | Source/platform/mediastream/MediaStreamTrackSourcesRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698