Chromium Code Reviews| 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.
|