Index: tools/viewer/sk_app/win/VulkanWindowContext_win.h |
diff --git a/tools/viewer/win/VulkanTestContext_win.h b/tools/viewer/sk_app/win/VulkanWindowContext_win.h |
similarity index 86% |
rename from tools/viewer/win/VulkanTestContext_win.h |
rename to tools/viewer/sk_app/win/VulkanWindowContext_win.h |
index 59b5c2cfd6b4f23befe2fb5eed088a267f2ff222..e0b5a156f99e27490009bb94129427f34af574aa 100644 |
--- a/tools/viewer/win/VulkanTestContext_win.h |
+++ b/tools/viewer/sk_app/win/VulkanWindowContext_win.h |
@@ -11,7 +11,9 @@ |
#ifdef SK_VULKAN |
#include <windows.h> |
-#include "../VulkanTestContext.h" |
+#include "../VulkanWindowContext.h" |
+ |
+namespace sk_app { |
// for Windows |
struct ContextPlatformData_win { |
@@ -19,6 +21,8 @@ struct ContextPlatformData_win { |
HWND fHWnd; |
}; |
+} |
+ |
#endif // SK_VULKAN |
#endif |