| Index: third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h b/third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h
|
| index e3ccd83ebd699e726a852a8619913086880ea18d..6dbb7081021940a1217a0c59c32d48a313765dbe 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h
|
| @@ -50,9 +50,9 @@ class AudioBasicInspectorHandler : public AudioHandler {
|
| void pullInputs(size_t framesToProcess) final;
|
| void checkNumberOfChannelsForInput(AudioNodeInput*) final;
|
|
|
| - void updatePullStatus();
|
| + virtual void updatePullStatus();
|
|
|
| - private:
|
| + protected:
|
| // When setting to true, AudioBasicInspectorHandler will be pulled
|
| // automaticlly by BaseAudioContext before the end of each render quantum.
|
| bool m_needAutomaticPull;
|
|
|