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

Unified Diff: Source/platform/audio/HRTFDatabase.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/DynamicsCompressorKernel.h ('k') | Source/platform/audio/HRTFDatabaseLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/HRTFDatabase.h
diff --git a/Source/platform/audio/HRTFDatabase.h b/Source/platform/audio/HRTFDatabase.h
index de5dbae7abdedcf047d1d55dfa10252b26f3f7bf..a31019500395330df6c26931319742f4d97e1a14 100644
--- a/Source/platform/audio/HRTFDatabase.h
+++ b/Source/platform/audio/HRTFDatabase.h
@@ -76,7 +76,7 @@ private:
// Returns the index for the correct HRTFElevation given the elevation angle.
static unsigned indexFromElevationAngle(double);
- Vector<OwnPtr<HRTFElevation> > m_elevations;
+ Vector<OwnPtr<HRTFElevation>> m_elevations;
float m_sampleRate;
};
« no previous file with comments | « Source/platform/audio/DynamicsCompressorKernel.h ('k') | Source/platform/audio/HRTFDatabaseLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698