Chromium Code Reviews| Index: src/views/mac/SkNSView.h |
| diff --git a/src/views/mac/SkNSView.h b/src/views/mac/SkNSView.h |
| index dfc81ea5bd0d710433cf7b569ecf69a9365e1237..9cc29498f6cda3f68b74e76b65b9c9fe111b4aab 100644 |
| --- a/src/views/mac/SkNSView.h |
| +++ b/src/views/mac/SkNSView.h |
| @@ -49,4 +49,7 @@ class SkEvent; |
| - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info; |
| - (void)detach; |
| - (void)present; |
| + |
| +- (void)freeNativeWind; |
| + |
| @end |