| Index: content/browser/gpu/gpu_data_manager_impl_private.cc
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| index 5999312c4117ea8ae514f1507b1c7a1071b26764..a7f5a29a73a2af73b700761a58f769fad3073876 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -49,9 +49,6 @@
|
| #if defined(OS_WIN)
|
| #include "base/win/windows_version.h"
|
| #endif // OS_WIN
|
| -#if defined(OS_ANDROID)
|
| -#include "media/base/media_switches.h"
|
| -#endif
|
|
|
| namespace content {
|
|
|
| @@ -745,13 +742,6 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
|
| }
|
| }
|
|
|
| -#if defined(OS_ANDROID)
|
| - if (command_line->HasSwitch(switches::kEnableThreadedTextureMailboxes) &&
|
| - IsDriverBugWorkaroundActive(gpu::AVDA_NO_EGLIMAGE_FOR_LUMINANCE_TEX)) {
|
| - command_line->AppendSwitch(switches::kDisableUnifiedMediaPipeline);
|
| - }
|
| -#endif
|
| -
|
| #if defined(OS_WIN)
|
| if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE) &&
|
| gpu_preferences) {
|
|
|