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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 1616953003: content: Improve thread priority for raster threads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: 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 48671a46eba17cb2475695a8bfb6c82e38b6336d..994fe918940447e1b7a59f2231abb2caa056e7f9 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -215,9 +215,6 @@ DefaultCommandLineSwitch g_default_switches[] = {
#endif // defined(OS_LINUX)
// Enable prefixed EME until all Cast partner apps are moved off of it.
{ switches::kEnablePrefixedEncryptedMedia, "" },
- // 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, "" },
// Needed so that our call to GpuDataManager::SetGLStrings doesn't race
// against GPU process creation (which is otherwise triggered from
// BrowserThreadsStarted). The GPU process will be created as soon as a

Powered by Google App Engine
This is Rietveld 408576698