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

Unified Diff: media/filters/audio_renderer_impl.h

Issue 517003002: Remove RenderThreadImpl dependencies from WebMediaPlayerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 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 | « content/renderer/render_frame_impl.cc ('k') | media/filters/audio_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_impl.h
diff --git a/media/filters/audio_renderer_impl.h b/media/filters/audio_renderer_impl.h
index 99d6200cabcad66304b0dfc219c783722ad9aee7..50872f894fb037561750cbda0d9128f2b45108df 100644
--- a/media/filters/audio_renderer_impl.h
+++ b/media/filters/audio_renderer_impl.h
@@ -64,7 +64,7 @@ class MEDIA_EXPORT AudioRendererImpl
AudioRendererSink* sink,
ScopedVector<AudioDecoder> decoders,
const SetDecryptorReadyCB& set_decryptor_ready_cb,
- AudioHardwareConfig* hardware_params);
+ const AudioHardwareConfig& hardware_params);
virtual ~AudioRendererImpl();
// TimeSource implementation.
@@ -206,7 +206,7 @@ class MEDIA_EXPORT AudioRendererImpl
scoped_ptr<AudioBufferStream> audio_buffer_stream_;
// Interface to the hardware audio params.
- const AudioHardwareConfig* const hardware_config_;
+ const AudioHardwareConfig& hardware_config_;
// Cached copy of hardware params from |hardware_config_|.
AudioParameters audio_parameters_;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/filters/audio_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698