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

Unified Diff: Source/modules/mediastream/MediaStreamTrack.h

Issue 534473002: Revert of Oilpan: Move MediaStreamSource, MediaStreamComponent and MediaStreamDescriptor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/modules/mediastream/MediaStreamRegistry.h ('k') | Source/modules/mediastream/MediaStreamTrack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStreamTrack.h
diff --git a/Source/modules/mediastream/MediaStreamTrack.h b/Source/modules/mediastream/MediaStreamTrack.h
index 51d1c627166f851b75a8998c00440168dc2a0fef..c059e6c9021d697d0b0adbaf5f262629827502e4 100644
--- a/Source/modules/mediastream/MediaStreamTrack.h
+++ b/Source/modules/mediastream/MediaStreamTrack.h
@@ -46,7 +46,7 @@
, public EventTargetWithInlineData
, public MediaStreamSource::Observer {
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<MediaStreamTrack>);
- USING_GARBAGE_COLLECTED_MIXIN(MediaStreamTrack);
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaStreamTrack);
public:
static MediaStreamTrack* create(ExecutionContext*, MediaStreamComponent*);
virtual ~MediaStreamTrack();
@@ -99,7 +99,7 @@
HeapHashSet<Member<MediaStream> > m_registeredMediaStreams;
bool m_isIteratingRegisteredMediaStreams;
bool m_stopped;
- Member<MediaStreamComponent> m_component;
+ RefPtr<MediaStreamComponent> m_component;
};
typedef HeapVector<Member<MediaStreamTrack> > MediaStreamTrackVector;
« no previous file with comments | « Source/modules/mediastream/MediaStreamRegistry.h ('k') | Source/modules/mediastream/MediaStreamTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698