| 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.
|
|
|