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

Unified Diff: third_party/WebKit/Source/modules/webaudio/OscillatorNode.h

Issue 2389253002: reflow comments in modules/{webaudio,vr} (Closed)
Patch Set: . 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/modules/webaudio/OscillatorNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
index 7d3832f88e8dac930be9c01e9aec6f797260a17e..bc8df7236c01012999437172d2114fcdd1b1d46e 100644
--- a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
@@ -86,8 +86,9 @@ class OscillatorHandler final : public AudioScheduledSourceHandler {
bool m_firstRender;
- // m_virtualReadIndex is a sample-frame index into our buffer representing the current playback position.
- // Since it's floating-point, it has sub-sample accuracy.
+ // m_virtualReadIndex is a sample-frame index into our buffer representing the
+ // current playback position. Since it's floating-point, it has sub-sample
+ // accuracy.
double m_virtualReadIndex;
// Stores sample-accurate values calculated according to frequency and detune.

Powered by Google App Engine
This is Rietveld 408576698