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

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

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
« no previous file with comments | « Source/platform/exported/WebRTCStatsResponse.cpp ('k') | Source/platform/mediastream/MediaStreamCenter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mediastream/MediaStreamCenter.h
diff --git a/Source/platform/mediastream/MediaStreamCenter.h b/Source/platform/mediastream/MediaStreamCenter.h
index 3513cc74670c70ae75dfc6d49e380855e3baea2b..94571cfd4efbf6493138d5b4461c8c92b1b9aa89 100644
--- a/Source/platform/mediastream/MediaStreamCenter.h
+++ b/Source/platform/mediastream/MediaStreamCenter.h
@@ -32,6 +32,7 @@
#define MediaStreamCenter_h
#include "platform/PlatformExport.h"
+#include "platform/heap/Handle.h"
#include "public/platform/WebMediaStreamCenterClient.h"
#include "public/platform/WebVector.h"
#include "wtf/OwnPtr.h"
@@ -58,7 +59,7 @@ public:
static MediaStreamCenter& instance();
- bool getMediaStreamTrackSources(PassRefPtr<MediaStreamTrackSourcesRequest>);
+ bool getMediaStreamTrackSources(PassRefPtrWillBeRawPtr<MediaStreamTrackSourcesRequest>);
void didCreateMediaStreamTrack(MediaStreamComponent*);
void didSetMediaStreamTrackEnabled(MediaStreamComponent*);
« no previous file with comments | « Source/platform/exported/WebRTCStatsResponse.cpp ('k') | Source/platform/mediastream/MediaStreamCenter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698