summaryrefslogtreecommitdiff
path: root/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h')
-rw-r--r--Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h b/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h
index c2da6fffc..67ed24130 100644
--- a/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h
+++ b/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h
@@ -64,8 +64,8 @@ private:
// Rendering thread.
volatile ThreadIdentifier m_renderThread;
bool m_startedRendering;
- static void renderEntry(void* threadData);
- void render();
+ static void offlineRenderEntry(void* threadData);
+ void offlineRender();
// For completion callback on main thread.
static void notifyCompleteDispatch(void* userData);