| 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 665bdb866cfc9d4127773592b1616e0f70d0e716..4d685db45886a9a8303c4caa3de4307396887d89 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -62,6 +62,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| } else {
|
| cl->AppendSwitch(switches::kEnableSynchronousRendererCompositor);
|
| cl->AppendSwitch(switches::kEnableVsyncNotification);
|
| + cl->AppendSwitch("testing-webview-gl-mode");
|
| }
|
|
|
| // WebView uses the existing Android View edge effect for overscroll glow.
|
|
|