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

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

Issue 14600002: HW draw workarounds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixups to force hw with this patch Created 7 years, 7 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 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.
« no previous file with comments | « android_webview/browser/in_process_renderer/in_process_view_renderer.cc ('k') | cc/output/geometry_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698