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

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

Issue 2041193004: Implement Raster Backend on Android Viewer App (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Merge 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
Index: tools/viewer/sk_app/Window.h
diff --git a/tools/viewer/sk_app/Window.h b/tools/viewer/sk_app/Window.h
index 29c85b9e789bb9d6b79a72b88b21a436494db38d..8b1378a80fdb6669e24102d8cbce7af2ef1f7f81 100644
--- a/tools/viewer/sk_app/Window.h
+++ b/tools/viewer/sk_app/Window.h
@@ -42,8 +42,9 @@ public:
enum BackendType {
kNativeGL_BackendType,
kVulkan_BackendType,
+ kRaster_BackendType,
- kLast_BackendType = kVulkan_BackendType
+ kLast_BackendType = kRaster_BackendType
};
enum {
kBackendTypeCount = kLast_BackendType + 1
« no previous file with comments | « tools/viewer/sk_app/RasterWindowContext.h ('k') | tools/viewer/sk_app/android/RasterWindowContext_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698