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

Unified Diff: Source/platform/audio/Reverb.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/MultiChannelResampler.h ('k') | Source/platform/audio/ReverbConvolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/Reverb.h
diff --git a/Source/platform/audio/Reverb.h b/Source/platform/audio/Reverb.h
index 66a228762747af2bfd8b3cf489cc78b7932150cf..191b2576a1eb5ab3f000bfe8dae71f77d2ad12c4 100644
--- a/Source/platform/audio/Reverb.h
+++ b/Source/platform/audio/Reverb.h
@@ -58,7 +58,7 @@ private:
size_t m_impulseResponseLength;
- Vector<OwnPtr<ReverbConvolver> > m_convolvers;
+ Vector<OwnPtr<ReverbConvolver>> m_convolvers;
// For "True" stereo processing
RefPtr<AudioBus> m_tempBuffer;
« no previous file with comments | « Source/platform/audio/MultiChannelResampler.h ('k') | Source/platform/audio/ReverbConvolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698