| Index: include/views/SkOSWindow_iOS.h
|
| diff --git a/include/views/SkOSWindow_iOS.h b/include/views/SkOSWindow_iOS.h
|
| index 1984900ded72cbefc896475397d3ac76bd539faf..f386c738f9e3d37f5c511c96cc7feb2790efffd5 100644
|
| --- a/include/views/SkOSWindow_iOS.h
|
| +++ b/include/views/SkOSWindow_iOS.h
|
| @@ -21,11 +21,6 @@ public:
|
| kNativeGL_BackEndType,
|
| };
|
|
|
| - struct AttachmentInfo {
|
| - int fSampleCount;
|
| - int fStencilBits;
|
| - };
|
| -
|
| void detach();
|
| bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
| void present();
|
|
|