commit | 64cc810ad165724f9c666a75bd52e41c67f13564 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Mar 05 20:06:05 2013 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Mar 05 20:06:05 2013 +0000 |
tree | dc05e9b5db78f18c9dcf75f9c62d2d05ea84a66f | |
parent | acf3ecc7f70567a26f1435b5d3de45b316338b3e [diff] [blame] |
Make SkOSWindow return the sample count and stencil bit count for its GL context. Review URL: https://codereview.chromium.org/12437010 git-svn-id: http://skia.googlecode.com/svn/trunk@7995 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/iOSSampleApp/SkSampleUIView.h b/experimental/iOSSampleApp/SkSampleUIView.h index 9bb1956..a1009b8 100644 --- a/experimental/iOSSampleApp/SkSampleUIView.h +++ b/experimental/iOSSampleApp/SkSampleUIView.h
@@ -43,4 +43,6 @@ - (void)setSkTitle:(const char*)title; - (void)postInvalWithRect:(const SkIRect*)rectOrNil; +- (void)getAttachmentInfo:(SkOSWindow::AttachmentInfo*)info; + @end