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

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

Issue 438293003: Enable Oilpan by default for webaudio/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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.cpp ('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 b74e3327ecdc267206cd49f792e558932b42068c..73d2d8160b6f3f392aef49b88c6f4dd2d0eb251d 100644
--- a/Source/modules/webaudio/DelayProcessor.h
+++ b/Source/modules/webaudio/DelayProcessor.h
@@ -47,7 +47,7 @@ public:
double maxDelayTime() { return m_maxDelayTime; }
private:
- RefPtrWillBeMember<AudioParam> m_delayTime;
+ Member<AudioParam> m_delayTime;
double m_maxDelayTime;
};
« no previous file with comments | « Source/modules/webaudio/DelayNode.cpp ('k') | Source/modules/webaudio/DynamicsCompressorNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698