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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioListener.cpp

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/AudioListener.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp b/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
index afcef8276fe1b03aa203aa114d1d099933983020..c93ecf785e145cd04f20054d32e69bfcfdd26d3a 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
@@ -63,8 +63,8 @@ AudioListener::AudioListener(BaseAudioContext& context)
m_upXValues(AudioUtilities::kRenderQuantumFrames),
m_upYValues(AudioUtilities::kRenderQuantumFrames),
m_upZValues(AudioUtilities::kRenderQuantumFrames) {
- // Initialize the cached values with the current values. Thus, we don't need to notify any
- // panners because we haved moved.
+ // Initialize the cached values with the current values. Thus, we don't need
+ // to notify any panners because we haved moved.
m_lastPosition = position();
m_lastForward = orientation();
m_lastUp = upVector();
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioListener.h ('k') | third_party/WebKit/Source/modules/webaudio/AudioNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698