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

Unified Diff: tools/viewer/Window.h

Issue 1945103003: Rename VulkanViewer to Viewer, take 2. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix android path 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/VulkanTestContext.cpp ('k') | tools/viewer/Window.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/Window.h
diff --git a/tools/vulkan/Window.h b/tools/viewer/Window.h
similarity index 98%
rename from tools/vulkan/Window.h
rename to tools/viewer/Window.h
index 714d8df5008e882e15ef3198d36ae501df7ac5db..913d2da00a1eb86b146a3ea70317f36d582fae5f 100644
--- a/tools/vulkan/Window.h
+++ b/tools/viewer/Window.h
@@ -14,6 +14,8 @@
class SkCanvas;
class VulkanTestContext;
+namespace sk_app {
+
class Window {
public:
static Window* CreateNativeWindow(void* platformData);
@@ -144,5 +146,5 @@ protected:
VulkanTestContext* fTestContext;
};
-
+} // namespace sk_app
#endif
« no previous file with comments | « tools/viewer/VulkanTestContext.cpp ('k') | tools/viewer/Window.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698