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

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

Issue 2103043007: Rename AbstractAudioContext to BaseAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ASSERT(isGraphOwner()) instead of DCHECK Created 4 years, 5 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/AudioListener.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp b/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
index 5badcca371b220e0078916a509d058b47163e5d0..dacfa906e23e645496492f441e4f121c5fa8cf77 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
@@ -34,7 +34,7 @@
namespace blink {
-AudioListener::AudioListener(AbstractAudioContext& context)
+AudioListener::AudioListener(BaseAudioContext& context)
: m_positionX(AudioParam::create(context, ParamTypeAudioListenerPositionX, 0.0))
, m_positionY(AudioParam::create(context, ParamTypeAudioListenerPositionY, 0.0))
, m_positionZ(AudioParam::create(context, ParamTypeAudioListenerPositionZ, 0.0))
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioListener.h ('k') | third_party/WebKit/Source/modules/webaudio/AudioNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698