Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(976)

Unified Diff: third_party/WebKit/Source/modules/webaudio/PannerNode.idl

Issue 2380183002: Remove WebAudio doppler effect API surface (already no-ops) (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/PannerNode.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bcc36ccea0512b6bb5eda391276b970e72b636c5..7edf0a92c38df9534598aa00448e3febe261e60c 100644
--- a/third_party/WebKit/Source/modules/webaudio/PannerNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.idl
@@ -44,7 +44,6 @@ enum DistanceModelType {
// Uses a 3D cartesian coordinate system
[MeasureAs=PannerNodeSetPosition] void setPosition(float x, float y, float z);
[MeasureAs=PannerNodeSetOrientation] void setOrientation(float x, float y, float z);
- [DeprecateAs=PannerNodeSetVelocity] void setVelocity(float x, float y, float z);
// Uses a 3D cartesian coordinate system
readonly attribute AudioParam positionX;
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/PannerNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698