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

Unified Diff: trunk/public/platform/WebMediaStream.h

Issue 562663002: Revert 181702 "Oilpan: Move MediaStreamSource, MediaStreamCompon..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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
Index: trunk/public/platform/WebMediaStream.h
===================================================================
--- trunk/public/platform/WebMediaStream.h (revision 181729)
+++ trunk/public/platform/WebMediaStream.h (working copy)
@@ -79,8 +79,10 @@
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT WebMediaStream(MediaStreamDescriptor*);
+ BLINK_PLATFORM_EXPORT WebMediaStream(const WTF::PassRefPtr<MediaStreamDescriptor>&);
+ BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<MediaStreamDescriptor>() const;
BLINK_PLATFORM_EXPORT operator MediaStreamDescriptor*() const;
- BLINK_PLATFORM_EXPORT WebMediaStream& operator=(MediaStreamDescriptor*);
+ BLINK_PLATFORM_EXPORT WebMediaStream& operator=(const WTF::PassRefPtr<MediaStreamDescriptor>&);
#endif
private:
« no previous file with comments | « trunk/Source/platform/mediastream/MediaStreamSource.cpp ('k') | trunk/public/platform/WebMediaStreamSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698