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

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

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/platform/audio/Panner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/Panner.cpp
diff --git a/Source/platform/audio/Panner.cpp b/Source/platform/audio/Panner.cpp
index 3b4662959dbf03cae318c48e9b1c62321bba537f..6c8629d0bdcad3b04f071e30c14174fb1e09be47 100644
--- a/Source/platform/audio/Panner.cpp
+++ b/Source/platform/audio/Panner.cpp
@@ -51,8 +51,6 @@ PassOwnPtr<Panner> Panner::create(PanningModel model, float sampleRate, HRTFData
panner = adoptPtr(new HRTFPanner(sampleRate, databaseLoader));
break;
- // FIXME: sound field panning is not yet implemented...
- case PanningModelSoundField:
default:
ASSERT_NOT_REACHED();
return nullptr;
« no previous file with comments | « Source/platform/audio/Panner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698