| Index: include/views/SkOSWindow_Win.h
|
| diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
|
| index c1a68c621e4dfb148aa5d6a56eac7222685438b7..a1b222d7a18e899819dada0fdc599930f0ff428e 100644
|
| --- a/include/views/SkOSWindow_Win.h
|
| +++ b/include/views/SkOSWindow_Win.h
|
| @@ -48,7 +48,7 @@ public:
|
| };
|
|
|
| bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
| - void detach();
|
| + void release();
|
| void present();
|
|
|
| bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|