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

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

Issue 1840173004: Flip unified media pipeline to default-on w/ disabled holdback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix outstanding failures. 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 cf45dab533762492376bc9b587848dccb59cc82d..c16a63968238191fc66a1ee016bd165350eb6e6c 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -108,9 +108,6 @@ static const char* const kSwitchNames[] = {
#endif
switches::kEnableHeapProfiling,
switches::kEnableLogging,
ncarter (slow) 2016/03/30 17:39:55 If the old code required kEnableUnifiedMediaPipeli
DaleCurtis 2016/03/30 17:46:21 This was left over from old requirements. Nothing
-#if defined(OS_ANDROID)
- switches::kEnableUnifiedMediaPipeline,
-#endif
#if defined(OS_CHROMEOS)
switches::kDisableVaapiAcceleratedVideoEncode,
#endif

Powered by Google App Engine
This is Rietveld 408576698