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

Unified Diff: tools/viewer/win/main_win.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/win/Window_win.cpp ('k') | tools/vulkan/Application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/win/main_win.cpp
diff --git a/tools/vulkan/win/main_win.cpp b/tools/viewer/win/main_win.cpp
similarity index 98%
rename from tools/vulkan/win/main_win.cpp
rename to tools/viewer/win/main_win.cpp
index c2ad6dabbfd722dafb6fae56c758e7cc531965ba..ba1629c8376939e869b0e4acbf366b9b1d3ec3eb 100644
--- a/tools/vulkan/win/main_win.cpp
+++ b/tools/viewer/win/main_win.cpp
@@ -13,6 +13,8 @@
#include "Window_win.h"
#include "../Application.h"
+using sk_app::Application;
+
static char* tchar_to_utf8(const TCHAR* str) {
#ifdef _UNICODE
int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL);
« no previous file with comments | « tools/viewer/win/Window_win.cpp ('k') | tools/vulkan/Application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698