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

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

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jfroy@ comments. Created 4 years, 9 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
Index: content/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index ef4fea313dffd423a165ce15f1f8a23bed1cf374..1b300cf504b444065d0cc6474bf8159cd50508ab 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -130,6 +130,7 @@ static const char* const kSwitchNames[] = {
#if defined(OS_MACOSX)
switches::kDisableRemoteCoreAnimation,
switches::kDisableMacOverlays,
+ switches::kDisableVTAcceleratedVideoEncode,
switches::kEnableSandboxLogging,
switches::kShowMacOverlayBorders,
#endif

Powered by Google App Engine
This is Rietveld 408576698