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

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

Issue 1838853005: android: Remove in-process sync compositor code path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_in_proc_video
Patch Set: rebase Created 4 years, 8 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 f14d45d0b51e53a520bbf7643b9622e41169cf5b..358500bd9c47bd6ca138ac38a6ce15cea79d0053 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -72,7 +72,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
->set_fling_touchscreen_tap_suppression_enabled(false);
base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
- cl->AppendSwitch(switches::kIPCSyncCompositing);
cl->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
// WebView uses the Android system's scrollbars and overscroll glow.

Powered by Google App Engine
This is Rietveld 408576698