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

Unified Diff: tools/viewer/Window.cpp

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/Window.h ('k') | tools/viewer/android/VulkanTestContext_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/Window.cpp
diff --git a/tools/vulkan/Window.cpp b/tools/viewer/Window.cpp
similarity index 97%
rename from tools/vulkan/Window.cpp
rename to tools/viewer/Window.cpp
index 9042a0cb699df29969a3d5aa6bd3f2854fd464f1..6a83a3ba815d8ccb60b43eda9bb7be3de64f445d 100644
--- a/tools/vulkan/Window.cpp
+++ b/tools/viewer/Window.cpp
@@ -11,6 +11,8 @@
#include "SkCanvas.h"
#include "VulkanTestContext.h"
+namespace sk_app {
+
static bool default_char_func(SkUnichar c, uint32_t modifiers, void* userData) {
return false;
}
@@ -72,3 +74,5 @@ void Window::onResize(uint32_t w, uint32_t h) {
fHeight = h;
fTestContext->resize(w, h);
}
+
+} // namespace sk_app
« no previous file with comments | « tools/viewer/Window.h ('k') | tools/viewer/android/VulkanTestContext_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698