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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioListener.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/AudioListener.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioListener.h b/third_party/WebKit/Source/modules/webaudio/AudioListener.h
index 9f873a675f5fd24139e69858b64aec4f8487ad07..43b2a347407cb560a6feab032d4991a9bbea6f37 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioListener.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioListener.h
@@ -40,7 +40,8 @@ namespace blink {
class HRTFDatabaseLoader;
class PannerHandler;
-// AudioListener maintains the state of the listener in the audio scene as defined in the OpenAL specification.
+// AudioListener maintains the state of the listener in the audio scene as
+// defined in the OpenAL specification.
class AudioListener : public GarbageCollectedFinalized<AudioListener>,
public ScriptWrappable {
@@ -70,8 +71,8 @@ class AudioListener : public GarbageCollectedFinalized<AudioListener>,
// True if any of AudioParams have automations.
bool hasSampleAccurateValues() const;
- // Update the internal state of the listener, including updating the dirty state of all
- // PannerNodes if necessary.
+ // Update the internal state of the listener, including updating the dirty
+ // state of all PannerNodes if necessary.
void updateState();
bool isListenerDirty() const { return m_isListenerDirty; }

Powered by Google App Engine
This is Rietveld 408576698