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

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: Just disable it where it doesn't work 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
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..499a74d174d51804da1fb2197e35b6b47f013307 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -82,6 +82,9 @@ 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.
rmcilroy 2014/12/22 15:58:05 Nit - please create a bug and link to it into the
alex clarke (OOO till 29th) 2014/12/22 16:28:18 Done.
+ cl->AppendSwitch(switches::kDisableBlinkScheduler);
+
return false;
}
« no previous file with comments | « no previous file | content/renderer/scheduler/renderer_scheduler.cc » ('j') | content/renderer/scheduler/renderer_scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698