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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 2573603005: Compute damage rect for Cast video compositing (Closed)
Patch Set: Created 4 years 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: 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 d098b063e22e7e5eed15cac013c518ba6368119a..70013e5209d218c726e4bee4adfb8f33d6d9f732 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -233,7 +233,7 @@ DefaultCommandLineSwitch g_default_switches[] = {
{ switches::kIgnoreGpuBlacklist, ""},
#elif defined(ARCH_CPU_ARM_FAMILY)
#if !BUILDFLAG(IS_CAST_AUDIO_ONLY)
- { switches::kEnableHardwareOverlays, "" },
+ { switches::kEnableHardwareOverlays, "cast-underlay" },
#endif
#endif
#endif // defined(OS_LINUX)
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | components/display_compositor/compositor_overlay_candidate_validator_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698