| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 6e31064903403da8ad03a10bef5a4264d6fb6dda..690f29392511ee60d74d9bc0471d55ebb0d86fe2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -235,10 +235,6 @@
|
| #include "content/common/media/media_stream_messages.h"
|
| #endif
|
|
|
| -#if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA)
|
| -#include "services/ui/common/switches.h" // nogncheck
|
| -#endif
|
| -
|
| #if defined(USE_MINIKIN_HYPHENATION)
|
| #include "content/browser/hyphenation/hyphenation_impl.h"
|
| #endif
|
| @@ -1585,7 +1581,6 @@
|
| #endif
|
| #if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA)
|
| switches::kUseMusInRenderer,
|
| - ui::switches::kUseMojoGpuCommandBufferInMus,
|
| #endif
|
| };
|
| renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,
|
|
|