Chromium Code Reviews| 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; |
| } |