| Index: tools/viewer/sk_app/win/Window_win.cpp
|
| diff --git a/tools/viewer/win/Window_win.cpp b/tools/viewer/sk_app/win/Window_win.cpp
|
| similarity index 98%
|
| rename from tools/viewer/win/Window_win.cpp
|
| rename to tools/viewer/sk_app/win/Window_win.cpp
|
| index d5711b72452ebf7c1b0d1297862876f40b63a75e..1dd07a6c9c1292fbc8060450647db4dd91455444 100644
|
| --- a/tools/viewer/win/Window_win.cpp
|
| +++ b/tools/viewer/sk_app/win/Window_win.cpp
|
| @@ -12,7 +12,7 @@
|
| #include <windowsx.h>
|
|
|
| #include "SkUtils.h"
|
| -#include "VulkanTestContext_win.h"
|
| +#include "VulkanWindowContext_win.h"
|
|
|
| namespace sk_app {
|
|
|
| @@ -273,9 +273,9 @@ bool Window_win::attach(BackEndType attachType, int msaaSampleCount) {
|
| platformData.fHInstance = fHInstance;
|
| platformData.fHWnd = fHWnd;
|
|
|
| - fTestContext = VulkanTestContext::Create((void*)&platformData, msaaSampleCount);
|
| + fWindowContext = VulkanWindowContext::Create((void*)&platformData, msaaSampleCount);
|
|
|
| - return (SkToBool(fTestContext));
|
| + return (SkToBool(fWindowContext));
|
| }
|
|
|
| void Window_win::inval() {
|
|
|