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

Unified Diff: Source/platform/audio/AudioProcessor.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/platform/audio/AudioDSPKernel.h ('k') | Source/platform/audio/AudioSourceProviderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioProcessor.h
diff --git a/Source/platform/audio/AudioProcessor.h b/Source/platform/audio/AudioProcessor.h
index aded735abfeddde1392db8bb80c45c182eb672b9..df94128e4d56dc94fa718cb5ac07ba36c14a22a7 100644
--- a/Source/platform/audio/AudioProcessor.h
+++ b/Source/platform/audio/AudioProcessor.h
@@ -42,7 +42,7 @@ class AudioBus;
// where the number of input channels equals the number of output channels. It can be used as one part of a complex DSP algorithm,
// or as the processor for a basic (one input - one output) AudioNode.
-class PLATFORM_EXPORT AudioProcessor : public NoBaseWillBeGarbageCollectedFinalized<AudioProcessor> {
+class PLATFORM_EXPORT AudioProcessor : public GarbageCollectedFinalized<AudioProcessor> {
public:
AudioProcessor(float sampleRate, unsigned numberOfChannels)
: m_initialized(false)
« no previous file with comments | « Source/platform/audio/AudioDSPKernel.h ('k') | Source/platform/audio/AudioSourceProviderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698