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

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

Issue 176873003: Remove type of panningModelType "soundfield". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | « Source/modules/webaudio/PannerNode.cpp ('k') | Source/platform/audio/Panner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/PannerNode.idl
diff --git a/Source/modules/webaudio/PannerNode.idl b/Source/modules/webaudio/PannerNode.idl
index 455740817bac59fb302087ef51c0a3ce771a9912..286593faa5b85569a9ff089bb8c6fd2b7c8ed175 100644
--- a/Source/modules/webaudio/PannerNode.idl
+++ b/Source/modules/webaudio/PannerNode.idl
@@ -29,7 +29,6 @@
// Panning model
const unsigned short EQUALPOWER = 0;
const unsigned short HRTF = 1;
- const unsigned short SOUNDFIELD = 2;
// Distance model
const unsigned short LINEAR_DISTANCE = 0;
« no previous file with comments | « Source/modules/webaudio/PannerNode.cpp ('k') | Source/platform/audio/Panner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698