summaryrefslogtreecommitdiffstats
path: root/chromecast/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chromecast/browser')
-rw-r--r--chromecast/browser/cast_browser_main_parts.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index a3b4f37..43b1d28 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -64,6 +64,9 @@ DefaultCommandLineSwitch g_default_switches[] = {
// glPostSubBufferCHROMIUM (crbug.com/429200)
{ cc::switches::kUIDisablePartialSwap, ""},
#endif
+ // Needed to fix a bug where the raster thread doesn't get scheduled for a
+ // substantial time (~5 seconds). See https://crbug.com/441895.
+ { switches::kUseNormalPriorityForTileTaskWorkerThreads, "" },
{ NULL, NULL }, // Termination
};