| Index: tools/viewer/sk_app/android/VulkanWindowContext_android.h
|
| diff --git a/tools/viewer/android/VulkanTestContext_android.h b/tools/viewer/sk_app/android/VulkanWindowContext_android.h
|
| similarity index 86%
|
| rename from tools/viewer/android/VulkanTestContext_android.h
|
| rename to tools/viewer/sk_app/android/VulkanWindowContext_android.h
|
| index 66ed35c2f67492df6dda0c346c9275404cccd8c9..dd53e13b690527d97dd13c47a81d466576f7001f 100644
|
| --- a/tools/viewer/android/VulkanTestContext_android.h
|
| +++ b/tools/viewer/sk_app/android/VulkanWindowContext_android.h
|
| @@ -10,14 +10,17 @@
|
|
|
| #ifdef SK_VULKAN
|
|
|
| -#include "../VulkanTestContext.h"
|
| +#include "../VulkanWindowContext.h"
|
|
|
| struct ANativeWindow;
|
|
|
| +namespace sk_app {
|
| +
|
| struct ContextPlatformData_android {
|
| ANativeWindow* fNativeWindow;
|
| };
|
|
|
| +}
|
| #endif // SK_VULKAN
|
|
|
| #endif
|
|
|