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

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

Issue 1620053002: sync compositor: Merge input path with chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 years, 10 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: 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.

Powered by Google App Engine
This is Rietveld 408576698