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

Unified Diff: Source/platform/audio/AudioDSPKernelProcessor.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 11 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/AudioBus.h ('k') | Source/platform/audio/AudioResampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioDSPKernelProcessor.h
diff --git a/Source/platform/audio/AudioDSPKernelProcessor.h b/Source/platform/audio/AudioDSPKernelProcessor.h
index c75e0daa2bfcceccbf3735e714b608e6d7dc23f5..c9b2aec9a88ecf16f2a1990e80bb1c320a9df498 100644
--- a/Source/platform/audio/AudioDSPKernelProcessor.h
+++ b/Source/platform/audio/AudioDSPKernelProcessor.h
@@ -70,7 +70,7 @@ public:
virtual double latencyTime() const override;
protected:
- Vector<OwnPtr<AudioDSPKernel> > m_kernels;
+ Vector<OwnPtr<AudioDSPKernel>> m_kernels;
mutable Mutex m_processLock;
bool m_hasJustReset;
};
« no previous file with comments | « Source/platform/audio/AudioBus.h ('k') | Source/platform/audio/AudioResampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698