| Index: tools/viewer/Window.h
|
| diff --git a/tools/vulkan/Window.h b/tools/viewer/Window.h
|
| similarity index 98%
|
| rename from tools/vulkan/Window.h
|
| rename to tools/viewer/Window.h
|
| index 714d8df5008e882e15ef3198d36ae501df7ac5db..913d2da00a1eb86b146a3ea70317f36d582fae5f 100644
|
| --- a/tools/vulkan/Window.h
|
| +++ b/tools/viewer/Window.h
|
| @@ -14,6 +14,8 @@
|
| class SkCanvas;
|
| class VulkanTestContext;
|
|
|
| +namespace sk_app {
|
| +
|
| class Window {
|
| public:
|
| static Window* CreateNativeWindow(void* platformData);
|
| @@ -144,5 +146,5 @@ protected:
|
| VulkanTestContext* fTestContext;
|
| };
|
|
|
| -
|
| +} // namespace sk_app
|
| #endif
|
|
|