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

Unified Diff: Source/platform/audio/MultiChannelResampler.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/HRTFKernel.h ('k') | Source/platform/audio/Reverb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/MultiChannelResampler.h
diff --git a/Source/platform/audio/MultiChannelResampler.h b/Source/platform/audio/MultiChannelResampler.h
index 3a59118d1fce484e73a48fc199e8fb4ae8f98b17..a1a3a137d14f7beba8e8cf9347966ea0b5b38530 100644
--- a/Source/platform/audio/MultiChannelResampler.h
+++ b/Source/platform/audio/MultiChannelResampler.h
@@ -51,7 +51,7 @@ private:
// https://bugs.webkit.org/show_bug.cgi?id=75118
// Each channel will be resampled using a high-quality SincResampler.
- Vector<OwnPtr<SincResampler> > m_kernels;
+ Vector<OwnPtr<SincResampler>> m_kernels;
unsigned m_numberOfChannels;
};
« no previous file with comments | « Source/platform/audio/HRTFKernel.h ('k') | Source/platform/audio/Reverb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698