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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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/MediaStreamEvent.h ('k') | Source/modules/mediastream/MediaStreamTrackEvent.h » ('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 c059e6c9021d697d0b0adbaf5f262629827502e4..98733af0783dfb43e17d1f02e4fd9ec1726b40dc 100644
--- a/Source/modules/mediastream/MediaStreamTrack.h
+++ b/Source/modules/mediastream/MediaStreamTrack.h
@@ -46,6 +46,7 @@ class MediaStreamTrack FINAL
, public EventTargetWithInlineData
, public MediaStreamSource::Observer {
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<MediaStreamTrack>);
+ DEFINE_WRAPPERTYPEINFO();
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaStreamTrack);
public:
static MediaStreamTrack* create(ExecutionContext*, MediaStreamComponent*);
« no previous file with comments | « Source/modules/mediastream/MediaStreamEvent.h ('k') | Source/modules/mediastream/MediaStreamTrackEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698