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

Unified Diff: public/web/WebUserMediaClient.h

Issue 135363004: MediaStream API: Patch #1 of implementing navigator.getMediaDevices (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed year Created 6 years, 11 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 | « public/web/WebMediaDevicesRequest.h ('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 877fc7bbaec8fe1e8db12a70e5eb356f08b84807..54fa97b23542e5ae6517ebfed7766a8d754b4b03 100644
--- a/public/web/WebUserMediaClient.h
+++ b/public/web/WebUserMediaClient.h
@@ -33,7 +33,7 @@
namespace blink {
-class WebMediaStreamSource;
+class WebMediaDevicesRequest;
class WebUserMediaRequest;
template <typename T> class WebVector;
@@ -43,6 +43,8 @@ public:
virtual void requestUserMedia(const WebUserMediaRequest&) = 0;
virtual void cancelUserMediaRequest(const WebUserMediaRequest&) = 0;
+ virtual void requestMediaDevices(const WebMediaDevicesRequest&) { }
+ virtual void cancelMediaDevicesRequest(const WebMediaDevicesRequest&) { }
};
} // namespace blink
« no previous file with comments | « public/web/WebMediaDevicesRequest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698