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