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

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: toRefPtrWillBeMemberNativeArray Created 6 years, 8 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.h
diff --git a/Source/platform/mediastream/MediaStreamCenter.h b/Source/platform/mediastream/MediaStreamCenter.h
index 3513cc74670c70ae75dfc6d49e380855e3baea2b..5f325c0737bb9577a682c9484a5057b6d083782f 100644
--- a/Source/platform/mediastream/MediaStreamCenter.h
+++ b/Source/platform/mediastream/MediaStreamCenter.h
@@ -31,6 +31,7 @@
#ifndef MediaStreamCenter_h
#define MediaStreamCenter_h
+#include "heap/Handle.h"
sof 2014/04/07 14:22:16 platform/heap/Handle.h
keishi 2014/04/11 20:03:06 Done.
#include "platform/PlatformExport.h"
#include "public/platform/WebMediaStreamCenterClient.h"
#include "public/platform/WebVector.h"
@@ -58,7 +59,7 @@ public:
static MediaStreamCenter& instance();
- bool getMediaStreamTrackSources(PassRefPtr<MediaStreamTrackSourcesRequest>);
+ bool getMediaStreamTrackSources(PassRefPtrWillBeRawPtr<MediaStreamTrackSourcesRequest>);
void didCreateMediaStreamTrack(MediaStreamComponent*);
void didSetMediaStreamTrackEnabled(MediaStreamComponent*);

Powered by Google App Engine
This is Rietveld 408576698