Index: include/views/SkOSWindow_Android.h |
diff --git a/include/views/SkOSWindow_Android.h b/include/views/SkOSWindow_Android.h |
index 74175bafd144faddefba3839630c7452e04dd7d6..234e65c256093ca86a2df1c63a164f659e6893f7 100644 |
--- a/include/views/SkOSWindow_Android.h |
+++ b/include/views/SkOSWindow_Android.h |
@@ -28,7 +28,8 @@ public: |
kNativeGL_BackEndType, |
}; |
- bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info); |
+ bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, |
+ AttachmentInfo* info); |
void release(); |
void present(); |
bool makeFullscreen() { return true; } |