| Index: include/views/SkOSWindow_Unix.h
|
| diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h
|
| index 525123c3d37fd939c083d632824ecfab024f4b66..8c4d81962a923ea8fa7d649f0342e3dbfd1fee40 100644
|
| --- a/include/views/SkOSWindow_Unix.h
|
| +++ b/include/views/SkOSWindow_Unix.h
|
| @@ -38,11 +38,6 @@ public:
|
| kNativeGL_BackEndType,
|
| };
|
|
|
| - struct AttachmentInfo {
|
| - int fSampleCount;
|
| - int fStencilBits;
|
| - };
|
| -
|
| bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
| void detach();
|
| void present();
|
|
|