Chromium Code Reviews| Index: src/views/mac/SkNSView.h |
| =================================================================== |
| --- src/views/mac/SkNSView.h (revision 7987) |
| +++ src/views/mac/SkNSView.h (working copy) |
| @@ -46,7 +46,7 @@ |
| - (void)postInvalWithRect:(const SkIRect*)rectOrNil; |
| - (BOOL)onHandleEvent:(const SkEvent&)event; |
| -- (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount; |
| +- (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info; |
| - (void)detach; |
| - (void)present; |
| @end |