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

Unified Diff: media/renderers/audio_renderer_impl.h

Issue 2836293002: Introduce AudioRendererSink::IsOptimizedForHardwareParameters (Closed)
Patch Set: Rename to IsOptimizedForHardwareParameters and set some to false Created 3 years, 7 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
Index: media/renderers/audio_renderer_impl.h
diff --git a/media/renderers/audio_renderer_impl.h b/media/renderers/audio_renderer_impl.h
index 8b8273cb93d574bd6170eca752121b6379bf9e8e..0e860e874bd8d4b0ac5ddd11bf6cb0313d3b5c5e 100644
--- a/media/renderers/audio_renderer_impl.h
+++ b/media/renderers/audio_renderer_impl.h
@@ -219,7 +219,7 @@ class MEDIA_EXPORT AudioRendererImpl
MediaLog* media_log_;
- // Cached copy of hardware params from |sink_|.
+ // Cached copy of audio params that the renderer is initialized with.
AudioParameters audio_parameters_;
RendererClient* client_;

Powered by Google App Engine
This is Rietveld 408576698