| Index: tools/vulkan/Window.h
|
| diff --git a/tools/vulkan/Window.h b/tools/vulkan/Window.h
|
| index dbfe4e1e71b5d3286984749fa3711c81bed3c69c..f7b4f132ad8a1952ab3218cec0dbf518087f3d11 100644
|
| --- a/tools/vulkan/Window.h
|
| +++ b/tools/vulkan/Window.h
|
| @@ -27,12 +27,12 @@ public:
|
| int fStencilBits;
|
| };
|
|
|
| - enum BackEndTypes {
|
| + enum BackEndType {
|
| kNativeGL_BackendType,
|
| kVulkan_BackendType
|
| };
|
|
|
| - virtual bool attach(BackEndTypes attachType, int msaaSampleCount, AttachmentInfo*) = 0;
|
| + virtual bool attach(BackEndType attachType, int msaaSampleCount, AttachmentInfo*) = 0;
|
| void detach();
|
|
|
| // input handling
|
|
|