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

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

Issue 2839063003: Implement tail processing for AudioNodes (Closed)
Patch Set: Make declaration order consistent Created 3 years, 5 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/AnalyserNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AnalyserNode.h b/third_party/WebKit/Source/modules/webaudio/AnalyserNode.h
index 6dafb45b814e78779d71d31c25a3117f32d0b96a..8c69119f1fd43166a1757e276f2c22d7302de053 100644
--- a/third_party/WebKit/Source/modules/webaudio/AnalyserNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/AnalyserNode.h
@@ -82,6 +82,9 @@ class AnalyserHandler final : public AudioBasicInspectorHandler {
// correct time data.
void UpdatePullStatus() override;
+ bool RequiresTailProcessing() const override;
+ double TailTime() const override;
+
private:
AnalyserHandler(AudioNode&, float sample_rate);
bool PropagatesSilence() const {

Powered by Google App Engine
This is Rietveld 408576698