| Index: third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.h b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| index 2801b6da0dea119c453492999f92de54bbb6ea1e..e3e17a3cc90a29fabddbe648cea0091723049efe 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| @@ -226,7 +226,6 @@ class PannerNode final : public AudioNode {
|
| void setPanningModel(const String&);
|
| void setPosition(float x, float y, float z);
|
| void setOrientation(float x, float y, float z);
|
| - void setVelocity(float x, float y, float z);
|
| String distanceModel() const;
|
| void setDistanceModel(const String&);
|
| double refDistance() const;
|
|
|