| Index: third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| index 42e175a2e9902c992f1bfc908066f216cbad00d1..92aef3740f9f6cad624bc2b5563419c1676e6bcb 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| @@ -291,6 +291,7 @@ private:
|
| // haven't finished playing. Make sure to release them here.
|
| void releaseActiveSourceNodes();
|
|
|
| + // Listener for the PannerNodes
|
| Member<AudioListener> m_listener;
|
|
|
| // Only accessed in the audio thread.
|
|
|