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

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

Issue 2793593002: AudioWorklet prototype
Patch Set: Merge changes, AudioParam bug fix Created 3 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/AudioParam.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
index e1b7d641d2b6dc8171134d75a4f88900a1b3a039..95329a4dfb2b8e865a6dfa3836fa537dafb078d6 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
@@ -226,6 +226,8 @@ class AudioParam final : public GarbageCollectedFinalized<AudioParam>,
// |context| always returns a valid object.
BaseAudioContext* Context() const { return context_; }
+ RefPtr<AudioParamHandler> HandlerExperimental() { return handler_; }
+
AudioParamType GetParamType() const { return Handler().GetParamType(); }
void SetParamType(AudioParamType);
String GetParamName() const;
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioNode.cpp ('k') | third_party/WebKit/Source/modules/webaudio/AudioWorklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698