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

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

Issue 205173002: Move webaudio to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP Created 6 years, 9 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/webaudio/ConvolverNode.h
diff --git a/Source/modules/webaudio/ConvolverNode.h b/Source/modules/webaudio/ConvolverNode.h
index 083b9f2e39c58e03d38c83a6d2d066f2b2bba312..6440fd1b1413b42f9426adcaf8a95e01a1c7fa66 100644
--- a/Source/modules/webaudio/ConvolverNode.h
+++ b/Source/modules/webaudio/ConvolverNode.h
@@ -63,7 +63,7 @@ private:
virtual double latencyTime() const OVERRIDE;
OwnPtr<Reverb> m_reverb;
- RefPtr<AudioBuffer> m_buffer;
+ RefPtrWillBePersistent<AudioBuffer> m_buffer;
// This synchronizes dynamic changes to the convolution impulse response with process().
mutable Mutex m_processLock;

Powered by Google App Engine
This is Rietveld 408576698