Index: webrtc/common.h |
diff --git a/webrtc/common.h b/webrtc/common.h |
index d705d4b8ed12ea6efe357feec8e46bbd3ea8814b..e33d3efe07dc83f2c85518e0713be81510e86163 100644 |
--- a/webrtc/common.h |
+++ b/webrtc/common.h |
@@ -31,7 +31,8 @@ enum class ConfigOptionID { |
kExperimentalAgc, |
kExperimentalNs, |
kBeamforming, |
- kIntelligibility |
+ kIntelligibility, |
+ kNextGenerationAec |
}; |
// Class Config is designed to ease passing a set of options across webrtc code. |