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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h

Issue 2666063003: Continue to process AnalyserNode if inputs are silent. (Closed)
Patch Set: Adjust comment per review. Created 3 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698