| Index: include/views/SkOSWindow_SDL.h
|
| diff --git a/include/views/SkOSWindow_SDL.h b/include/views/SkOSWindow_SDL.h
|
| index 68234417154f9c7e8b536cf8c3416360340e3562..e6e9557ae762d0f66aa2dc89a9e3d187ecee8cde 100644
|
| --- a/include/views/SkOSWindow_SDL.h
|
| +++ b/include/views/SkOSWindow_SDL.h
|
| @@ -29,7 +29,7 @@ public:
|
| };
|
|
|
| void release();
|
| - bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
| + bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool tenBitColor, AttachmentInfo*);
|
| void present();
|
| bool makeFullscreen();
|
| void setVsync(bool);
|
|
|