Index: include/views/SkOSWindow_SDL.h |
diff --git a/include/views/SkOSWindow_SDL.h b/include/views/SkOSWindow_SDL.h |
index 68234417154f9c7e8b536cf8c3416360340e3562..1ab51ca41510d5c8d12ec5cc2d9809579e974f80 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 deepColor, AttachmentInfo*); |
void present(); |
bool makeFullscreen(); |
void setVsync(bool); |