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

Unified Diff: Source/platform/audio/AudioBus.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/animation/TimingFunctionTest.cpp ('k') | Source/platform/audio/AudioDSPKernelProcessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioBus.h
diff --git a/Source/platform/audio/AudioBus.h b/Source/platform/audio/AudioBus.h
index f9955ff105f55866176f33e29275cc255389c418..49e54a04b6c97a668c5abdde1279fcfe6b0a8a6c 100644
--- a/Source/platform/audio/AudioBus.h
+++ b/Source/platform/audio/AudioBus.h
@@ -158,7 +158,7 @@ protected:
void speakersSumFrom5_1_ToMono(const AudioBus&);
size_t m_length;
- Vector<OwnPtr<AudioChannel> > m_channels;
+ Vector<OwnPtr<AudioChannel>> m_channels;
int m_layout;
float m_busGain;
OwnPtr<AudioFloatArray> m_dezipperGainValues;
« no previous file with comments | « Source/platform/animation/TimingFunctionTest.cpp ('k') | Source/platform/audio/AudioDSPKernelProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698