Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: tools/viewer/sk_app/win/VulkanWindowContext_win.h

Issue 1944413005: More refactoring for Viewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix up Android Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/viewer/sk_app/android/main_android.cpp ('k') | tools/viewer/sk_app/win/VulkanWindowContext_win.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/viewer/sk_app/android/main_android.cpp ('k') | tools/viewer/sk_app/win/VulkanWindowContext_win.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698