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 d69f4d60dffbe4abffd1d17ddcb9f406e563ff04..8bb30e96e135771ac3db572be36bbcf08683c079 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/PannerNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.idl |
@@ -42,7 +42,7 @@ enum DistanceModelType { |
// Uses a 3D cartesian coordinate system |
void setPosition(float x, float y, float z); |
void setOrientation(float x, float y, float z); |
- void setVelocity(float x, float y, float z); |
+ [DeprecateAs=PannerNodeSetVelocity] void setVelocity(float x, float y, float z); |
// Distance model |
attribute DistanceModelType distanceModel; |