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

Unified Diff: public/web/WebUserMediaClient.h

Issue 559423002: Change MediaStreamTrack::getSources to go through UserMediaClient. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 3 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/modules/mediastream/MediaStreamTrack.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebUserMediaClient.h
diff --git a/public/web/WebUserMediaClient.h b/public/web/WebUserMediaClient.h
index 3487e009506fde09dbf1a639f5af02a351829ebc..76a279889650deea01f09167c0ca1ada3104d98a 100644
--- a/public/web/WebUserMediaClient.h
+++ b/public/web/WebUserMediaClient.h
@@ -46,7 +46,7 @@ public:
virtual void cancelUserMediaRequest(const WebUserMediaRequest&) = 0;
virtual void requestMediaDevices(const WebMediaDevicesRequest&) = 0;
virtual void cancelMediaDevicesRequest(const WebMediaDevicesRequest&) = 0;
- virtual void requestSources(const WebMediaStreamTrackSourcesRequest&) { };
+ virtual void requestSources(const WebMediaStreamTrackSourcesRequest&) = 0;
};
} // namespace blink
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrack.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698