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

Unified Diff: public/web/WebUserMediaClient.h

Issue 560843002: Interface for requestSources through UserMediaController/Client. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed change in MediaStreamTrack. Empty default impl of requestSources. 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/web/UserMediaClientImpl.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 1af35e6fde346dcc73877695d5bc5bddf1785841..3487e009506fde09dbf1a639f5af02a351829ebc 100644
--- a/public/web/WebUserMediaClient.h
+++ b/public/web/WebUserMediaClient.h
@@ -34,6 +34,7 @@
namespace blink {
class WebMediaDevicesRequest;
+class WebMediaStreamTrackSourcesRequest;
class WebUserMediaRequest;
template <typename T> class WebVector;
@@ -45,6 +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&) { };
};
} // namespace blink
« no previous file with comments | « Source/web/UserMediaClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698