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

Unified Diff: Source/modules/webaudio/MediaElementAudioSourceNode.h

Issue 416333002: Introduce AudioSourceProviderClientLockScope. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch Set 2 + explicit Created 6 years, 5 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/core/html/HTMLMediaElement.cpp ('k') | Source/modules/webaudio/MediaElementAudioSourceNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/MediaElementAudioSourceNode.h
diff --git a/Source/modules/webaudio/MediaElementAudioSourceNode.h b/Source/modules/webaudio/MediaElementAudioSourceNode.h
index d2d3dbc9f9d83300f9bb9bbef4e73999dfe5e828..6b38225b3ee4a1a98fe828428aa6413377e0a204 100644
--- a/Source/modules/webaudio/MediaElementAudioSourceNode.h
+++ b/Source/modules/webaudio/MediaElementAudioSourceNode.h
@@ -73,9 +73,6 @@ private:
double m_sourceSampleRate;
OwnPtr<MultiChannelResampler> m_multiChannelResampler;
- // Oilpan: This object must be alive between lock() and unlock().
- GC_PLUGIN_IGNORE("http://crbug.com/395940")
- RefPtrWillBePersistent<MediaElementAudioSourceNode> m_keepAliveWhileLocking;
};
} // namespace blink
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/modules/webaudio/MediaElementAudioSourceNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698