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

Unified Diff: media/base/sinc_resampler.h

Issue 10823175: Switch AudioRenderSink::Callback to use AudioBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gotta catch'em all! Created 8 years, 4 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/sinc_resampler.h
diff --git a/media/base/sinc_resampler.h b/media/base/sinc_resampler.h
index 4c55eabfbc6448698ba0d7d73eb3ac67a03a10f6..029a38a857dd466efddd4ca8faf97a783019ec8f 100644
--- a/media/base/sinc_resampler.h
+++ b/media/base/sinc_resampler.h
@@ -81,6 +81,8 @@ class MEDIA_EXPORT SincResampler {
float* const r3_;
float* const r4_;
float* const r5_;
+
+ DISALLOW_COPY_AND_ASSIGN(SincResampler);
};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698