Vulkan config in dm

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1872283003

Review URL: https://codereview.chromium.org/1872283003
diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h
index 42c5eb3..173befd 100644
--- a/dm/DMGpuSupport.h
+++ b/dm/DMGpuSupport.h
@@ -80,7 +80,8 @@
                              kNativeGL_ContextType      = 0,
                              kGL_ContextType            = 0,
                              kGLES_ContextType          = 0,
-                             kNullGL_ContextType        = 0;
+                             kNullGL_ContextType        = 0,
+                             kVulkan_ContextType        = 0;
     static const int kContextTypeCnt = 1;
     enum ContextOptions {
         kNone_ContextOptions = 0,