Index: tools/viewer/sk_app/Window.h |
diff --git a/tools/viewer/sk_app/Window.h b/tools/viewer/sk_app/Window.h |
index 5b41f87f074afd26ee28e98f410f5aa1ca20bd99..f233f131a5eb15f1ce6bf5865502c3a339291197 100644 |
--- a/tools/viewer/sk_app/Window.h |
+++ b/tools/viewer/sk_app/Window.h |
@@ -32,17 +32,12 @@ |
virtual bool supportsContentRect() const { return false; } |
virtual SkRect getContentRect() { return SkRect::MakeEmpty(); } |
- enum BackendType { |
+ enum BackEndType { |
kNativeGL_BackendType, |
- kVulkan_BackendType, |
- |
- kLast_BackendType = kVulkan_BackendType |
- }; |
- enum { |
- kBackendTypeCount = kLast_BackendType + 1 |
+ kVulkan_BackendType |
}; |
- virtual bool attach(BackendType attachType, const DisplayParams& params) = 0; |
+ virtual bool attach(BackEndType attachType, const DisplayParams& params) = 0; |
void detach(); |
// input handling |