| 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 cdc9ba59c08e6410ea67cd59bfd3264a5cc67ada..7afefc31315ee4656b367f5d7c90abf79326776d 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -73,6 +73,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
|
|
| base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
| cl->AppendSwitch(switches::kIPCSyncCompositing);
|
| + cl->AppendSwitch(switches::kAsyncInputForSyncCompositor);
|
| cl->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
|
|
|
| // WebView uses the Android system's scrollbars and overscroll glow.
|
|
|