| 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.
|
|
|