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

Unified Diff: android_webview/common/aw_switches.h

Issue 13907007: Replace merge-ui-and-compositor-threads flag with no-merge-ui-and-compositor-threads flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync 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
« no previous file with comments | « android_webview/browser/renderer_host/view_renderer_host.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_switches.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index a8df1ecdbd27d4062bc389f0d7639f92b8c56051..0ac0b2c5796372669816ac37d4899645abd011b3 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -7,8 +7,8 @@
namespace switches {
-// Merge the Browser UI and the renderer compositor threads.
-extern const char kMergeUIAndRendererCompositorThreads[];
+// Do not merge the Browser UI and the renderer compositor threads.
+extern const char kNoMergeUIAndRendererCompositorThreads[];
// Uses zero-copy buffers in graphics pipeline.
extern const char kUseZeroCopyBuffers[];
« no previous file with comments | « android_webview/browser/renderer_host/view_renderer_host.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698