| Index: Source/platform/mediastream/MediaStreamCenter.h
|
| diff --git a/Source/platform/mediastream/MediaStreamCenter.h b/Source/platform/mediastream/MediaStreamCenter.h
|
| index 1037c1312ad12e7214f16087c80f71daac7f4f56..9ee99e4102ff462e5ff45bb651b410281570a755 100644
|
| --- a/Source/platform/mediastream/MediaStreamCenter.h
|
| +++ b/Source/platform/mediastream/MediaStreamCenter.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef MediaStreamCenter_h
|
| #define MediaStreamCenter_h
|
|
|
| +#include "heap/Handle.h"
|
| #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(MediaStreamDescriptor*, MediaStreamComponent*);
|
|
|