| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 839a8863533d0d0d76c87aa45b7c83b9136e98ca..cbdb0b6b76b8129a364b3e7676220abb5353addb 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -482,6 +482,9 @@ const char kEnableViewport[] = "enable-viewport";
|
| // Enable the Vtune profiler support.
|
| const char kEnableVtune[] = "enable-vtune-support";
|
|
|
| +// Enable Vulkan support, must also have ENABLE_VULKAN defined.
|
| +const char kEnableVulkan[] = "enable-vulkan";
|
| +
|
| // Enable WebFonts intervention and trigger the signal always.
|
| const char kEnableWebFontsInterventionTrigger[] =
|
| "enable-webfonts-intervention-trigger";
|
|
|