| Index: content/renderer/pepper/pepper_platform_audio_output_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_platform_audio_output_impl.cc b/content/renderer/pepper/pepper_platform_audio_output_impl.cc
|
| index e06d837737a23c3489b04e573704bbe4484a7618..d196102106fd355a9391cc4c606caff21697c479 100644
|
| --- a/content/renderer/pepper/pepper_platform_audio_output_impl.cc
|
| +++ b/content/renderer/pepper/pepper_platform_audio_output_impl.cc
|
| @@ -125,7 +125,7 @@ bool PepperPlatformAudioOutputImpl::Initialize(
|
| const int kMaxFramesForLowLatency = 2047;
|
|
|
| const CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| - if (cmd_line->HasSwitch(switches::kEnableAudioOutputResampler)) {
|
| + if (!cmd_line->HasSwitch(switches::kDisableAudioOutputResampler)) {
|
| // Rely on AudioOutputResampler to handle any inconsistencies between the
|
| // hardware params required for low latency and the requested params.
|
| format = media::AudioParameters::AUDIO_PCM_LOW_LATENCY;
|
|
|