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

Unified Diff: content/public/browser/gpu_utils.cc

Issue 2076293002: Revert of Enable zero-copy DXGI video by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/gpu_utils.cc
diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
index 0a67a9e0decd045ece9a92f39e7fe6e45c34c0ab..7c264710c9c070651eae3161b854687c511b5f89 100644
--- a/content/public/browser/gpu_utils.cc
+++ b/content/public/browser/gpu_utils.cc
@@ -51,7 +51,7 @@
gpu_preferences.enable_accelerated_vpx_decode =
command_line->HasSwitch(switches::kEnableAcceleratedVpxDecode);
gpu_preferences.enable_zero_copy_dxgi_video =
- !command_line->HasSwitch(switches::kDisableZeroCopyDxgiVideo);
+ command_line->HasSwitch(switches::kEnableZeroCopyDxgiVideo);
#endif
gpu_preferences.compile_shader_always_succeeds =
command_line->HasSwitch(switches::kCompileShaderAlwaysSucceeds);
« no previous file with comments | « no previous file | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698