summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/audio_renderer_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/audio_renderer_host.h')
-rw-r--r--content/browser/renderer_host/audio_renderer_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/renderer_host/audio_renderer_host.h b/content/browser/renderer_host/audio_renderer_host.h
index d1d94e9..498ab64 100644
--- a/content/browser/renderer_host/audio_renderer_host.h
+++ b/content/browser/renderer_host/audio_renderer_host.h
@@ -67,7 +67,7 @@
#include "media/audio/simple_sources.h"
class AudioManager;
-struct ViewHostMsg_Audio_CreateStream_Params;
+struct AudioParameters;
class AudioRendererHost : public BrowserMessageFilter,
public media::AudioOutputController::EventHandler {
@@ -143,7 +143,7 @@ class AudioRendererHost : public BrowserMessageFilter,
// successful this object would keep an internal entry of the stream for the
// required properties.
void OnCreateStream(const IPC::Message& msg, int stream_id,
- const ViewHostMsg_Audio_CreateStream_Params& params,
+ const AudioParameters& params,
bool low_latency);
// Play the audio stream referenced by |stream_id|.