| 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 c20bc028f496cc6d47ab09d41cee1704eee4f42b..df197dd959e968e96fa73b291b3417d46461d356 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| @@ -301,6 +301,7 @@ private:
|
|
|
| void removeFinishedSourceNodes();
|
|
|
| + // Listener for the PannerNodes
|
| Member<AudioListener> m_listener;
|
|
|
| // Only accessed in the audio thread.
|
|
|