aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkOSWindow_iOS.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/views/SkOSWindow_iOS.h')
-rw-r--r--include/views/SkOSWindow_iOS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_iOS.h b/include/views/SkOSWindow_iOS.h
index 5a8b2e3d2f..c0b2fc3f0a 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 deepColor,
+ AttachmentInfo*);
void present();
bool makeFullscreen() { return true; }