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

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: add flag for test Created 7 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/common/aw_switches.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index a8df1ecdbd27d4062bc389f0d7639f92b8c56051..64e22cd07d08fb93c8b922eea82140e90bdb1c74 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[];
+// Not merge the Browser UI and the renderer compositor threads.
joth 2013/04/26 18:06:44 nit: "Do not merge..."
michaelbai 2013/04/26 21:41:43 Done.
+extern const char kNoMergeUIAndRendererCompositorThreads[];
// Uses zero-copy buffers in graphics pipeline.
extern const char kUseZeroCopyBuffers[];

Powered by Google App Engine
This is Rietveld 408576698