| Index: tools/vulkan/Window.h
|
| diff --git a/tools/vulkan/Window.h b/tools/vulkan/Window.h
|
| index 387f052d310f4d763cf9c60616753b9b1e90bf0c..714d8df5008e882e15ef3198d36ae501df7ac5db 100644
|
| --- a/tools/vulkan/Window.h
|
| +++ b/tools/vulkan/Window.h
|
| @@ -28,17 +28,12 @@ public:
|
| virtual bool supportsContentRect() const { return false; }
|
| virtual SkRect getContentRect() { return SkRect::MakeEmpty(); }
|
|
|
| - struct AttachmentInfo {
|
| - int fSampleCount;
|
| - int fStencilBits;
|
| - };
|
| -
|
| enum BackEndType {
|
| kNativeGL_BackendType,
|
| kVulkan_BackendType
|
| };
|
|
|
| - virtual bool attach(BackEndType attachType, int msaaSampleCount, AttachmentInfo*) = 0;
|
| + virtual bool attach(BackEndType attachType, int msaaSampleCount) = 0;
|
| void detach();
|
|
|
| // input handling
|
|
|