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

Unified Diff: tools/viewer/sk_app/Window.h

Issue 1944413005: More refactoring for Viewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix up Android 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/sk_app/VulkanWindowContext.cpp ('k') | tools/viewer/sk_app/Window.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/viewer/sk_app/VulkanWindowContext.cpp ('k') | tools/viewer/sk_app/Window.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698