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

Unified Diff: Source/platform/audio/Panner.h

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.idl ('k') | Source/platform/audio/Panner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/Panner.h
diff --git a/Source/platform/audio/Panner.h b/Source/platform/audio/Panner.h
index 7ccabd02c6ac4609301cc61509f94a107e84484d..ee752452417888d9fcfc87e9c83db2345bb16a5e 100644
--- a/Source/platform/audio/Panner.h
+++ b/Source/platform/audio/Panner.h
@@ -43,8 +43,7 @@ class PLATFORM_EXPORT Panner {
public:
enum {
PanningModelEqualPower = 0,
- PanningModelHRTF = 1,
- PanningModelSoundField = 2
+ PanningModelHRTF = 1
};
typedef unsigned PanningModel;
« no previous file with comments | « Source/modules/webaudio/PannerNode.idl ('k') | Source/platform/audio/Panner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698