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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 2300993003: CmaRenderer is dead. Long live MojoRenderer. (Closed)
Patch Set: 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 | « chromecast/base/chromecast_switches_unittest.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index fb372faa37a726f83bce3b07206b38df14f3616c..4f567fa74cfe185e343323278dff34e08f9d7762 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -232,8 +232,6 @@ DefaultCommandLineSwitch g_default_switches[] = {
// current Linux/NVidia OpenGL drivers.
{ switches::kIgnoreGpuBlacklist, ""},
#elif defined(ARCH_CPU_ARM_FAMILY)
slan 2016/09/02 16:57:13 Unrelated, but how does this work on MIPS?
alokp 2016/09/02 17:04:15 I am not sure what you mean? I just deleted the co
- // On Linux arm, enable CMA pipeline by default.
- { switches::kEnableCmaMediaPipeline, "" },
#if !BUILDFLAG(IS_CAST_AUDIO_ONLY)
{ switches::kEnableHardwareOverlays, "" },
#endif
« no previous file with comments | « chromecast/base/chromecast_switches_unittest.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698