| Index: include/views/SkOSWindow_iOS.h
|
| diff --git a/include/views/SkOSWindow_iOS.h b/include/views/SkOSWindow_iOS.h
|
| index 5a8b2e3d2f99c86d4092c8523d82ac65a1a341bc..149966b10a20c1aecb5ebed95e5f05b3d7f7df47 100644
|
| --- a/include/views/SkOSWindow_iOS.h
|
| +++ b/include/views/SkOSWindow_iOS.h
|
| @@ -22,7 +22,8 @@ public:
|
| };
|
|
|
| void release();
|
| - bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
| + bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool tenBitColor,
|
| + AttachmentInfo*);
|
| void present();
|
|
|
| bool makeFullscreen() { return true; }
|
|
|