Index: third_party/WebKit/Source/modules/webaudio/PannerNode.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.idl b/third_party/WebKit/Source/modules/webaudio/PannerNode.idl |
index 00f3ae1b6e2d78514b3db0460da429ca6a11ed09..e182b19849e7c7e2c9ab1fcd51676fac55245d1d 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/PannerNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.idl |
@@ -38,6 +38,7 @@ enum DistanceModelType { |
[ |
Constructor(BaseAudioContext context, optional PannerOptions options), |
RaisesException=Constructor, |
+ Measure |
] interface PannerNode : AudioNode { |
// Default model for stereo is equalpower. |
attribute PanningModelType panningModel; |