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. |