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

Unified Diff: third_party/WebKit/Source/platform/audio/Distance.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/Distance.h
diff --git a/third_party/WebKit/Source/platform/audio/Distance.h b/third_party/WebKit/Source/platform/audio/Distance.h
index f4df5dd69630a981bb749dfcc72317675bbb1509..15cada7528f44def81501af727d311f2370e5e6b 100644
--- a/third_party/WebKit/Source/platform/audio/Distance.h
+++ b/third_party/WebKit/Source/platform/audio/Distance.h
@@ -46,7 +46,8 @@ class PLATFORM_EXPORT DistanceEffect {
DistanceEffect();
- // Returns scalar gain for the given distance the current distance model is used
+ // Returns scalar gain for the given distance the current distance model is
+ // used
double gain(double distance);
ModelType model() { return m_model; }
« no previous file with comments | « third_party/WebKit/Source/platform/audio/DirectConvolver.cpp ('k') | third_party/WebKit/Source/platform/audio/DownSampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698