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

Unified Diff: Source/web/UserMediaClientImpl.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 | « Source/platform/exported/WebMediaDeviceInfo.cpp ('k') | Source/web/UserMediaClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/UserMediaClientImpl.h
diff --git a/Source/web/UserMediaClientImpl.h b/Source/web/UserMediaClientImpl.h
index 7757d5810501e53b72173e946670e80731cb7573..4ce3e72c491c4cd051b5bbaceab8d36749cc7a1f 100644
--- a/Source/web/UserMediaClientImpl.h
+++ b/Source/web/UserMediaClientImpl.h
@@ -32,10 +32,10 @@
#define UserMediaClientImpl_h
#include "modules/mediastream/UserMediaClient.h"
-#include "platform/mediastream/MediaStreamSource.h"
#include "wtf/PassRefPtr.h"
namespace WebCore {
+class MediaDevicesRequest;
class UserMediaRequest;
}
@@ -51,6 +51,8 @@ public:
// WebCore::UserMediaClient ----------------------------------------------
virtual void requestUserMedia(PassRefPtr<WebCore::UserMediaRequest>) OVERRIDE;
virtual void cancelUserMediaRequest(WebCore::UserMediaRequest*) OVERRIDE;
+ virtual void requestMediaDevices(PassRefPtr<WebCore::MediaDevicesRequest>) OVERRIDE;
+ virtual void cancelMediaDevicesRequest(WebCore::MediaDevicesRequest*) OVERRIDE;
private:
UserMediaClientImpl();
« no previous file with comments | « Source/platform/exported/WebMediaDeviceInfo.cpp ('k') | Source/web/UserMediaClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698