Index: src/views/mac/SkOSWindow_Mac.mm |
=================================================================== |
--- src/views/mac/SkOSWindow_Mac.mm (revision 7991) |
+++ src/views/mac/SkOSWindow_Mac.mm (working copy) |
@@ -65,8 +65,8 @@ |
[(SkNSView*)fHWND onUpdateMenu:menu]; |
} |
-bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount) { |
- return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount]; |
+bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) { |
+ return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info]; |
} |
void SkOSWindow::detach() { |