| Index: media/filters/audio_renderer_algorithm.h
|
| diff --git a/media/filters/audio_renderer_algorithm.h b/media/filters/audio_renderer_algorithm.h
|
| index bad51caecb82f87e6b4272f6dbba988edaa786e4..4ea0165d0accd1a398e8993fe7591e9777516b2a 100644
|
| --- a/media/filters/audio_renderer_algorithm.h
|
| +++ b/media/filters/audio_renderer_algorithm.h
|
| @@ -42,7 +42,7 @@ class MEDIA_EXPORT AudioRendererAlgorithm {
|
| ~AudioRendererAlgorithm();
|
|
|
| // Initializes this object with information about the audio stream.
|
| - void Initialize(const AudioParameters& params);
|
| + void Initialize(const AudioParameters& params, bool encrypted);
|
|
|
| // Allows clients to specify which channels will be considered by the
|
| // algorithm when adapting for playback rate, other channels will be muted.
|
|
|