| Index: tools/viewer/sk_app/Window.h
|
| diff --git a/tools/viewer/Window.h b/tools/viewer/sk_app/Window.h
|
| similarity index 98%
|
| rename from tools/viewer/Window.h
|
| rename to tools/viewer/sk_app/Window.h
|
| index 913d2da00a1eb86b146a3ea70317f36d582fae5f..3dd558e75ae2362cad4bafe648515311e06d4c1b 100644
|
| --- a/tools/viewer/Window.h
|
| +++ b/tools/viewer/sk_app/Window.h
|
| @@ -12,10 +12,11 @@
|
| #include "SkRect.h"
|
|
|
| class SkCanvas;
|
| -class VulkanTestContext;
|
|
|
| namespace sk_app {
|
|
|
| +class WindowContext;
|
| +
|
| class Window {
|
| public:
|
| static Window* CreateNativeWindow(void* platformData);
|
| @@ -143,7 +144,7 @@ protected:
|
| OnPaintFunc fPaintFunc;
|
| void* fPaintUserData;
|
|
|
| - VulkanTestContext* fTestContext;
|
| + WindowContext* fWindowContext;
|
| };
|
|
|
| } // namespace sk_app
|
|
|