Index: third_party/WebKit/Source/platform/audio/HRTFPanner.h |
diff --git a/third_party/WebKit/Source/platform/audio/HRTFPanner.h b/third_party/WebKit/Source/platform/audio/HRTFPanner.h |
index f0d32cb4c73e0c8c5b7a94fb3b7b253a717ca693..8eacb45dd0531fed4421d60a3d997100f850a401 100644 |
--- a/third_party/WebKit/Source/platform/audio/HRTFPanner.h |
+++ b/third_party/WebKit/Source/platform/audio/HRTFPanner.h |
@@ -61,6 +61,7 @@ class PLATFORM_EXPORT HRTFPanner final : public Panner { |
double TailTime() const override; |
double LatencyTime() const override; |
+ bool RequiresTailProcessing() const override; |
private: |
// Given an azimuth angle in the range -180 -> +180, returns the corresponding |