Index: include/views/SkOSWindow_Win.h |
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h |
index 6b5977ce3f17e76d25b180d7e9841d37f96732b9..fe65459f4deb4fb46c260eb562a497b79ca6a30d 100644 |
--- a/include/views/SkOSWindow_Win.h |
+++ b/include/views/SkOSWindow_Win.h |
@@ -37,11 +37,6 @@ public: |
#endif // SK_SUPPORT_GPU |
}; |
- struct AttachmentInfo { |
- int fSampleCount; |
- int fStencilBits; |
- }; |
- |
bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*); |
void detach(); |
void present(); |