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

Unified Diff: content/browser/renderer_host/audio_renderer_host.h

Issue 6717001: Move audio messages to their own file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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
« no previous file with comments | « chrome/common/render_messages_params.cc ('k') | content/browser/renderer_host/audio_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/audio_renderer_host.h
===================================================================
--- content/browser/renderer_host/audio_renderer_host.h (revision 78894)
+++ content/browser/renderer_host/audio_renderer_host.h (working copy)
@@ -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 @@
// 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|.
« no previous file with comments | « chrome/common/render_messages_params.cc ('k') | content/browser/renderer_host/audio_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698