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

Unified Diff: Source/platform/audio/DynamicsCompressorKernel.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/AudioResampler.h ('k') | Source/platform/audio/HRTFDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/DynamicsCompressorKernel.h
diff --git a/Source/platform/audio/DynamicsCompressorKernel.h b/Source/platform/audio/DynamicsCompressorKernel.h
index c05474b27740abdf870050066f9dc47de7fa59b3..ff18ab604d862389371597ab1e35f56989b8f510 100644
--- a/Source/platform/audio/DynamicsCompressorKernel.h
+++ b/Source/platform/audio/DynamicsCompressorKernel.h
@@ -90,7 +90,7 @@ protected:
unsigned m_lastPreDelayFrames;
void setPreDelayTime(float);
- Vector<OwnPtr<AudioFloatArray> > m_preDelayBuffers;
+ Vector<OwnPtr<AudioFloatArray>> m_preDelayBuffers;
int m_preDelayReadIndex;
int m_preDelayWriteIndex;
« no previous file with comments | « Source/platform/audio/AudioResampler.h ('k') | Source/platform/audio/HRTFDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698