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

Unified Diff: Source/modules/mediasource/SourceBuffer.h

Issue 1149293003: Oilpan: eagerly sweep some mediasource and mediastream objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to use EAGERLY_FINALIZE() Created 5 years, 7 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: Source/modules/mediasource/SourceBuffer.h
diff --git a/Source/modules/mediasource/SourceBuffer.h b/Source/modules/mediasource/SourceBuffer.h
index 3c033eb50420ce873a3419547454b140a8239bed..fa5cf8b919f4373006dc263ed21d10c57b7e9f8b 100644
--- a/Source/modules/mediasource/SourceBuffer.h
+++ b/Source/modules/mediasource/SourceBuffer.h
@@ -104,6 +104,8 @@ public:
// WebSourceBufferClient interface
virtual void initializationSegmentReceived() override;
+ // Oilpan: eagerly release owned m_webSourceBuffer
+ EAGERLY_FINALIZE();
DECLARE_VIRTUAL_TRACE();
private:
« no previous file with comments | « no previous file | Source/modules/mediastream/MediaStream.h » ('j') | Source/modules/mediastream/MediaStreamTrack.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698