| Index: components/mus/common/switches.cc
|
| diff --git a/components/mus/common/switches.cc b/components/mus/common/switches.cc
|
| index 66024eb162f5e28a9c22ee28ed3865480c5acd24..f9bead3ed542db7f5c3454a3f27cdf3a5c24b422 100644
|
| --- a/components/mus/common/switches.cc
|
| +++ b/components/mus/common/switches.cc
|
| @@ -7,9 +7,9 @@
|
| namespace mus {
|
| namespace switches {
|
|
|
| -// Use Chrome GPU command buffer instead mojo GPU command buffer.
|
| -const char kUseChromeGpuCommandBufferInMus[] =
|
| - "use-chrome-gpu-command-buffer-in-mus";
|
| +// 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
|
|
|