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

Unified Diff: tools/viewer/android/Window_android.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/android/VulkanTestContext_android.cpp ('k') | tools/viewer/android/Window_android.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/android/Window_android.h
diff --git a/tools/vulkan/android/Window_android.h b/tools/viewer/android/Window_android.h
similarity index 96%
rename from tools/vulkan/android/Window_android.h
rename to tools/viewer/android/Window_android.h
index fa675feb326f3e34b1cb8ed556c8c237983f5efa..6099f8983eaf2845e964afc323cb4c2f6f8bfc98 100644
--- a/tools/vulkan/android/Window_android.h
+++ b/tools/viewer/android/Window_android.h
@@ -11,6 +11,8 @@
#include "../Window.h"
#include <android_native_app_glue.h>
+namespace sk_app {
+
enum {
/**
* Leave plenty of space between this item and the ones defined in the glue layer
@@ -45,4 +47,6 @@ private:
int mSampleCount = 0;
};
+} // namespace sk_app
+
#endif
« no previous file with comments | « tools/viewer/android/VulkanTestContext_android.cpp ('k') | tools/viewer/android/Window_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698