diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/AudioNode.h')
-rw-r--r-- | third_party/WebKit/Source/modules/webaudio/AudioNode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNode.h b/third_party/WebKit/Source/modules/webaudio/AudioNode.h index 9be358d..316e2f8 100644 --- a/third_party/WebKit/Source/modules/webaudio/AudioNode.h +++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.h @@ -168,8 +168,6 @@ public: void enableOutputsIfNecessary(); void disableOutputsIfNecessary(); - void reportMemoryUsage(MemoryObjectInfo*) const; - unsigned long channelCount(); virtual void setChannelCount(unsigned long, ExceptionCode&); |