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

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

Issue 2356223002: Remove WebAudio doppler effect API surface (already no-ops) (Closed)
Patch Set: rebase Created 4 years, 3 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
Index: third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp b/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
index d72172a97f86b231e9f3134ad586ab3c0cca650d..5c6c5db944ade0d53c7e3aafbe68cd51292e6887 100644
--- a/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
@@ -738,12 +738,6 @@ void PannerNode::setOrientation(float x, float y, float z)
pannerHandler().setOrientation(x, y, z);
}
-void PannerNode::setVelocity(float x, float y, float z)
-{
- // The velocity is not used internally and cannot be read back by scripts,
- // so it can be ignored entirely.
-}
-
String PannerNode::distanceModel() const
{
return pannerHandler().distanceModel();

Powered by Google App Engine
This is Rietveld 408576698