Index: third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.h |
diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.h b/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.h |
index a51f6faed5efd0b496786d4ffd51074aada6ce0e..7c5f40600fa153642ac193b4d1b0cc034fde3b6e 100644 |
--- a/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.h |
+++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.h |
@@ -53,6 +53,7 @@ public: |
// This class represents whatever data the Web layer uses to represent |
// a track. It needs to be able to answer the getSettings question. |
class TrackData { |
+ USING_FAST_MALLOC(TrackData); |
public: |
virtual void getSettings(WebMediaStreamTrack::Settings&) = 0; |
virtual ~TrackData() {} |