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

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

Issue 270103005: Tried to move AudioSummingJuction to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/modules/webaudio/DelayNode.h ('k') | Source/modules/webaudio/DynamicsCompressorNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/DelayProcessor.h
diff --git a/Source/modules/webaudio/DelayProcessor.h b/Source/modules/webaudio/DelayProcessor.h
index 0ad48c31c519357755c2d91b4f0319be8f8ac5f4..63b8af26cb7b57d964cef223f13adbf4b6b78782 100644
--- a/Source/modules/webaudio/DelayProcessor.h
+++ b/Source/modules/webaudio/DelayProcessor.h
@@ -46,7 +46,7 @@ public:
double maxDelayTime() { return m_maxDelayTime; }
private:
- RefPtr<AudioParam> m_delayTime;
+ RefPtrWillBePersistent<AudioParam> m_delayTime;
double m_maxDelayTime;
};
« no previous file with comments | « Source/modules/webaudio/DelayNode.h ('k') | Source/modules/webaudio/DynamicsCompressorNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698