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

Unified Diff: Source/platform/audio/AudioResampler.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/AudioDSPKernelProcessor.h ('k') | Source/platform/audio/DynamicsCompressorKernel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioResampler.h
diff --git a/Source/platform/audio/AudioResampler.h b/Source/platform/audio/AudioResampler.h
index aaa698c612f1e9d418f6c9a38ea11ace879a7173..5d801b8dfd495571ce6af5f0fb43784bfa43e274 100644
--- a/Source/platform/audio/AudioResampler.h
+++ b/Source/platform/audio/AudioResampler.h
@@ -61,7 +61,7 @@ public:
private:
double m_rate;
- Vector<OwnPtr<AudioResamplerKernel> > m_kernels;
+ Vector<OwnPtr<AudioResamplerKernel>> m_kernels;
RefPtr<AudioBus> m_sourceBus;
};
« no previous file with comments | « Source/platform/audio/AudioDSPKernelProcessor.h ('k') | Source/platform/audio/DynamicsCompressorKernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698