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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2242453002: Avoid planar YUV resources when one component EGL images are not supported (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Abstract out resource immutability. Created 4 years, 3 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 | « cc/resources/video_resource_updater.cc ('k') | gpu/command_buffer/common/capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « cc/resources/video_resource_updater.cc ('k') | gpu/command_buffer/common/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698