| Index: Source/WebCore/platform/mediastream/MediaStreamCenter.h
|
| diff --git a/Source/WebCore/platform/mediastream/MediaStreamCenter.h b/Source/WebCore/platform/mediastream/MediaStreamCenter.h
|
| index c2c221c8c81053c7afb082c6aeaf710373d11f99..7d57e55ae184298f7cf4306841fe61cdeef5dbd6 100644
|
| --- a/Source/WebCore/platform/mediastream/MediaStreamCenter.h
|
| +++ b/Source/WebCore/platform/mediastream/MediaStreamCenter.h
|
| @@ -51,8 +51,6 @@ public:
|
|
|
| virtual void queryMediaStreamSources(PassRefPtr<MediaStreamSourcesQueryClient>) = 0;
|
|
|
| - // FIXME: add a way to mute a MediaStreamSource from the WebKit API layer
|
| -
|
| // Calls from the DOM objects to notify the platform
|
| virtual void didSetMediaStreamTrackEnabled(MediaStreamDescriptor*, MediaStreamComponent*) = 0;
|
| virtual bool didAddMediaStreamTrack(MediaStreamDescriptor*, MediaStreamComponent*) = 0;
|
| @@ -64,8 +62,6 @@ protected:
|
| MediaStreamCenter();
|
|
|
| void endLocalMediaStream(MediaStreamDescriptor*);
|
| - void addMediaStreamTrack(MediaStreamDescriptor*, MediaStreamComponent*);
|
| - void removeMediaStreamTrack(MediaStreamDescriptor*, MediaStreamComponent*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|