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

Unified Diff: third_party/WebKit/Source/platform/audio/MultiChannelResampler.h

Issue 2384073002: reflow comments in platform/audio (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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: third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
diff --git a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
index 8d05d386c7950e902b0c873c6e31413dbabfae46..27de520567f3b18215966496f2544becdf6dfd53 100644
--- a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
+++ b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
@@ -51,8 +51,9 @@ class PLATFORM_EXPORT MultiChannelResampler {
size_t framesToProcess);
private:
- // FIXME: the mac port can have a more highly optimized implementation based on CoreAudio
- // instead of SincResampler. For now the default implementation will be used on all ports.
+ // FIXME: the mac port can have a more highly optimized implementation based
+ // on CoreAudio instead of SincResampler. For now the default implementation
+ // will be used on all ports.
// https://bugs.webkit.org/show_bug.cgi?id=75118
// Each channel will be resampled using a high-quality SincResampler.

Powered by Google App Engine
This is Rietveld 408576698