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

Unified Diff: tools/viewer/sk_app/android/Window_android.h

Issue 2058763002: Cleanup VulkanWindowContext for use on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Cleanup VulkanWindowContext for use on Android Created 4 years, 6 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/android/WindowContext_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/sk_app/android/Window_android.h
diff --git a/tools/viewer/sk_app/android/Window_android.h b/tools/viewer/sk_app/android/Window_android.h
index 10c35d012202781477563dea441edb56d3a0ec7b..f61ad6ff16a4d08f20ed9f358a55b22f111a3af7 100644
--- a/tools/viewer/sk_app/android/Window_android.h
+++ b/tools/viewer/sk_app/android/Window_android.h
@@ -8,17 +8,12 @@
#ifndef Window_android_DEFINED
#define Window_android_DEFINED
-#include <android/native_window_jni.h>
-
#include "../Window.h"
+#include "WindowContext_android.h"
#include "surface_glue_android.h"
namespace sk_app {
-struct ContextPlatformData_android {
- ANativeWindow* fNativeWindow;
-};
-
class Window_android : public Window {
public:
Window_android() : Window() {}
« no previous file with comments | « tools/viewer/sk_app/android/WindowContext_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698