Index: include/views/SkOSWindow_Mac.h |
=================================================================== |
--- include/views/SkOSWindow_Mac.h (revision 7991) |
+++ include/views/SkOSWindow_Mac.h (working copy) |
@@ -26,8 +26,13 @@ |
#endif |
}; |
+ struct AttachmentInfo { |
+ int fSampleCount; |
+ int fStencilBits; |
+ }; |
+ |
void detach(); |
- bool attach(SkBackEndTypes attachType, int msaaSampleCount); |
+ bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*); |
void present(); |
protected: |