| 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; }
|
|
|