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

Unified Diff: Source/platform/audio/ReverbConvolver.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/Reverb.h ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/ReverbConvolver.h
diff --git a/Source/platform/audio/ReverbConvolver.h b/Source/platform/audio/ReverbConvolver.h
index d257cd7844abef7ede00180e774fdba10102972b..091101f8e1f67923208647c6a59f2e5090b1800c 100644
--- a/Source/platform/audio/ReverbConvolver.h
+++ b/Source/platform/audio/ReverbConvolver.h
@@ -63,8 +63,8 @@ public:
private:
void processInBackground();
- Vector<OwnPtr<ReverbConvolverStage> > m_stages;
- Vector<OwnPtr<ReverbConvolverStage> > m_backgroundStages;
+ Vector<OwnPtr<ReverbConvolverStage>> m_stages;
+ Vector<OwnPtr<ReverbConvolverStage>> m_backgroundStages;
size_t m_impulseResponseLength;
ReverbAccumulationBuffer m_accumulationBuffer;
« no previous file with comments | « Source/platform/audio/Reverb.h ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698