Index: include/views/SkOSWindow_Unix.h |
diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h |
index ecd0a145212d8245771ac6c139dae792f6d8195e..30386da183dcf5307fb2e28136aac08a033ac3b5 100644 |
--- a/include/views/SkOSWindow_Unix.h |
+++ b/include/views/SkOSWindow_Unix.h |
@@ -45,7 +45,7 @@ public: |
}; |
bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*); |
- void detach(); |
+ void release(); |
void present(); |
int getMSAASampleCount() const { return fMSAASampleCount; } |