| Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.h b/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.h
|
| index 165d5557f9c897b0f3e70f0c29d16eba652d7bcd..b8dd28cb7b0d258bbc01c32968ca403aaaa5d4fb 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.h
|
| @@ -33,6 +33,7 @@
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| +class OfflineAudioContextOptions;
|
| class OfflineAudioDestinationHandler;
|
|
|
| class MODULES_EXPORT OfflineAudioContext final : public BaseAudioContext {
|
| @@ -45,6 +46,10 @@ class MODULES_EXPORT OfflineAudioContext final : public BaseAudioContext {
|
| float sample_rate,
|
| ExceptionState&);
|
|
|
| + static OfflineAudioContext* Create(ExecutionContext*,
|
| + const OfflineAudioContextOptions&,
|
| + ExceptionState&);
|
| +
|
| ~OfflineAudioContext() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|