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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioParam.h

Issue 1533103002: Implement cancelValuesAndHoldAtTime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 3 years, 11 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/AudioParam.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
index f52ed1f176f5df6161d9b59a710f952af88ba896..cf2f761c31a5fce4177ee269839474b91bb341ba 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
@@ -251,6 +251,7 @@ class AudioParam final : public GarbageCollectedFinalized<AudioParam>,
double duration,
ExceptionState&);
AudioParam* cancelScheduledValues(double startTime, ExceptionState&);
+ AudioParam* cancelValuesAndHoldAtTime(double startTime, ExceptionState&);
private:
AudioParam(BaseAudioContext&,

Powered by Google App Engine
This is Rietveld 408576698