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

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

Issue 1911133002: Remove connection from AudioParamHandler to AudioContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/AudioParamTimeline.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.cpp b/third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.cpp
index be242483b7738a578b20925345fa49205d00b2dd..2dab66bae8f13198f0ac4c34e34c63c37dd0689d 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.cpp
@@ -302,7 +302,7 @@ void AudioParamTimeline::cancelScheduledValues(double startTime, ExceptionState&
}
}
-float AudioParamTimeline::valueForContextTime(AbstractAudioContext* context, float defaultValue, bool& hasValue)
+float AudioParamTimeline::valueForContextTime(AudioDestinationHandler* context, float defaultValue, bool& hasValue)
hongchan 2016/04/25 16:58:18 context => destinationHandler
Raymond Toy 2016/04/26 16:37:42 audioDestination instead of destinationHandler.
{
ASSERT(context);
hongchan 2016/04/25 16:58:18 Ditto from here and on.
Raymond Toy 2016/04/26 16:37:42 Done.

Powered by Google App Engine
This is Rietveld 408576698