Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 98cf2e133e20088a7dd10d73039697dd1b8d4437..616a908651dba2d5d24691b9fa53099fd6f5644d 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"; |