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

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

Issue 789833002: Oilpan: fix handling of SourceBuffer's async event queue. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | « no previous file | Source/modules/mediasource/SourceBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/SourceBuffer.h
diff --git a/Source/modules/mediasource/SourceBuffer.h b/Source/modules/mediasource/SourceBuffer.h
index 5f7ffd460b0a5023b40b9d5ebad7cb28291c8ad0..af7e7236b9570447442423008e99b08f65469f93 100644
--- a/Source/modules/mediasource/SourceBuffer.h
+++ b/Source/modules/mediasource/SourceBuffer.h
@@ -123,7 +123,7 @@ private:
OwnPtr<WebSourceBuffer> m_webSourceBuffer;
Member<MediaSource> m_source;
- GenericEventQueue* m_asyncEventQueue;
+ RawPtrWillBeMember<GenericEventQueue> m_asyncEventQueue;
AtomicString m_mode;
bool m_updating;
« no previous file with comments | « no previous file | Source/modules/mediasource/SourceBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698