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

Unified Diff: media/base/audio_splicer.h

Issue 602193003: Cleanup some audio classes with C++11 shine! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: media/base/audio_splicer.h
diff --git a/media/base/audio_splicer.h b/media/base/audio_splicer.h
index 0db5d08dd70b7c8e49b5bc0650b57f5d78edb51f..e32a9fd028cb41bc620588f3c67060fc978f962a 100644
--- a/media/base/audio_splicer.h
+++ b/media/base/audio_splicer.h
@@ -85,7 +85,7 @@ class MEDIA_EXPORT AudioSplicer {
//
// |post_splice_sanitizer_| will be empty after this operation.
void CrossfadePostSplice(scoped_ptr<AudioBus> pre_splice_bus,
- scoped_refptr<AudioBuffer> crossfade_buffer);
+ const scoped_refptr<AudioBuffer>& crossfade_buffer);
// Reset the splice and splice end timestamps.
void reset_splice_timestamps() {

Powered by Google App Engine
This is Rietveld 408576698