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

Unified Diff: android_webview/lib/main/aw_main_delegate.cc

Issue 819623002: Enable Blink Scheduler (but not for WebView or ChromeOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Link bugs as requested. Created 6 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
« no previous file with comments | « no previous file | content/renderer/scheduler/renderer_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/aw_main_delegate.cc
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 8fc7ff5f4efc2517fde0a4f779f3ef52b23936a1..f51215798452faf3b9dbef2336ca0e82c780b3a0 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -82,6 +82,10 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
// This is needed for sharing textures across the different GL threads.
cl->AppendSwitch(switches::kEnableThreadedTextureMailboxes);
+ // FIXME: A couple of tests fail with the blink scheduler enabled.
+ // See: crbug.com/444572
+ cl->AppendSwitch(switches::kDisableBlinkScheduler);
+
return false;
}
« no previous file with comments | « no previous file | content/renderer/scheduler/renderer_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698