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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamSource.h

Issue 2651353002: Get the device ID in getSettings() (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/public/platform/WebMediaStreamSource.h
diff --git a/third_party/WebKit/public/platform/WebMediaStreamSource.h b/third_party/WebKit/public/platform/WebMediaStreamSource.h
index 802c3bf21b5b6dee1f29eeee7da3650e31a2cd71..4f6f24182fa59d7961c718ec6e378c62ac2a088a 100644
--- a/third_party/WebKit/public/platform/WebMediaStreamSource.h
+++ b/third_party/WebKit/public/platform/WebMediaStreamSource.h
@@ -32,6 +32,8 @@
#define WebMediaStreamSource_h
#include "WebCommon.h"
+#include "WebMediaStreamTrack.h"
+
#include "WebNonCopyable.h"
#include "WebPrivatePtr.h"
#include "WebVector.h"
@@ -54,7 +56,6 @@ class WebMediaStreamSource {
virtual ~ExtraData() {}
BLINK_PLATFORM_EXPORT WebMediaStreamSource owner();
-
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT void setOwner(MediaStreamSource*);
#endif

Powered by Google App Engine
This is Rietveld 408576698