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

Unified Diff: tools/viewer/Application.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 | « platform_tools/android/gyp/vulkanviewer.gypi ('k') | tools/viewer/VulkanTestContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/Application.h
diff --git a/tools/vulkan/Application.h b/tools/viewer/Application.h
similarity index 89%
rename from tools/vulkan/Application.h
rename to tools/viewer/Application.h
index 4504d177e48974697256a21bd5afe744276f1168..235ff09ed4ed73e7b78ce5d958ecde27d0d54104 100644
--- a/tools/vulkan/Application.h
+++ b/tools/viewer/Application.h
@@ -8,6 +8,8 @@
#ifndef Application_DEFINED
#define Application_DEFINED
+namespace sk_app {
+
class Application {
public:
static Application* Create(int argc, char** argv, void* platformData);
@@ -17,4 +19,6 @@ public:
virtual void onIdle(double ms) = 0;
};
+} // namespace sk_app
+
#endif
« no previous file with comments | « platform_tools/android/gyp/vulkanviewer.gypi ('k') | tools/viewer/VulkanTestContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698