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

Unified Diff: services/ui/common/switches.cc

Issue 2194893002: services/ui: Revert CLs that broke Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/ui/common/switches.h ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/switches.cc
diff --git a/services/ui/common/switches.cc b/services/ui/common/switches.cc
index f59686a4a755278d5cad3f14d16b31022a013584..e1f209b9eee0bec1b2ca19374fb27ce4e29d865f 100644
--- a/services/ui/common/switches.cc
+++ b/services/ui/common/switches.cc
@@ -7,6 +7,10 @@
namespace ui {
namespace switches {
+// Use mojo GPU command buffer instead of Chrome GPU command buffer.
+const char kUseMojoGpuCommandBufferInMus[] =
+ "use-mojo-gpu-command-buffer-in-mus";
+
// Initializes X11 in threaded mode, and sets the |override_redirect| flag when
// creating X11 windows. Also, exposes the WindowServerTest interface to clients
// when launched with this flag.
« no previous file with comments | « services/ui/common/switches.h ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698