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

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

Issue 13844006: MediaStream API: Moving Add/Remove track from WebMediaStreamCenterClient to WebMediaStream (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 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/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
« no previous file with comments | « Source/WebCore/platform/chromium/support/WebMediaStream.cpp ('k') | Source/WebCore/platform/mediastream/MediaStreamCenter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698