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

Unified Diff: third_party/WebKit/Source/platform/audio/DownSampler.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/DownSampler.h
diff --git a/third_party/WebKit/Source/platform/audio/DownSampler.h b/third_party/WebKit/Source/platform/audio/DownSampler.h
index 0c656af48ae1e7b3155268710816e6a84009be55..c36a3b6a239b14cbca2bf60811d769c4043c7ae4 100644
--- a/third_party/WebKit/Source/platform/audio/DownSampler.h
+++ b/third_party/WebKit/Source/platform/audio/DownSampler.h
@@ -72,7 +72,8 @@ class PLATFORM_EXPORT DownSampler {
AudioFloatArray m_tempBuffer;
- // Used as delay-line (FIR filter history) for the input samples to account for the 0.5 term right in the middle of the kernel.
+ // Used as delay-line (FIR filter history) for the input samples to account
+ // for the 0.5 term right in the middle of the kernel.
AudioFloatArray m_inputBuffer;
};
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Distance.h ('k') | third_party/WebKit/Source/platform/audio/DownSampler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698