Index: tools/viewer/sk_app/Window.h |
diff --git a/tools/viewer/sk_app/Window.h b/tools/viewer/sk_app/Window.h |
index f4d75cbe73b627c7617eb293ba507770e4ec5e34..9ced74784a62a3845992c10e9c4f5a59ba35dbce 100644 |
--- a/tools/viewer/sk_app/Window.h |
+++ b/tools/viewer/sk_app/Window.h |
@@ -42,7 +42,9 @@ public: |
enum BackendType { |
kNativeGL_BackendType, |
+#ifdef SK_VULKAN |
kVulkan_BackendType, |
+#endif |
kRaster_BackendType, |
kLast_BackendType = kRaster_BackendType |