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

Unified Diff: public/platform/WebMediaStreamTrack.h

Issue 133733004: Adding owner access from WebMediaStreamTrack::ExtraData (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed win 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/core/platform/chromium/support/WebMediaStreamTrack.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamTrack.h
diff --git a/public/platform/WebMediaStreamTrack.h b/public/platform/WebMediaStreamTrack.h
index 598bf88e341387c76fc85450c5808f9ce3401453..1760a6bbe1d231533133839b28dccbcce72e3b27 100644
--- a/public/platform/WebMediaStreamTrack.h
+++ b/public/platform/WebMediaStreamTrack.h
@@ -44,6 +44,14 @@ public:
class ExtraData {
public:
virtual ~ExtraData() { }
+ BLINK_EXPORT WebMediaStreamTrack owner();
+
+#if INSIDE_BLINK
+ BLINK_EXPORT void setOwner(WebCore::MediaStreamComponent*);
+#endif
+
+ private:
+ WebCore::MediaStreamComponent* m_owner;
};
WebMediaStreamTrack() { }
« no previous file with comments | « Source/core/platform/chromium/support/WebMediaStreamTrack.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698