aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/mac/SkSampleNSView.h
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-30 14:40:49 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-30 14:40:49 +0000
commita8540416f65b55aadbe68cdef9fece5a23257d5e (patch)
tree8d2c9362b35ccfda2781c82dd4a21424f7877de3 /src/utils/mac/SkSampleNSView.h
parent1d388d7e279fcd9b2afb2a33137a40eddebdf7c8 (diff)
Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental
git-svn-id: http://skia.googlecode.com/svn/trunk@2190 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils/mac/SkSampleNSView.h')
-rw-r--r--src/utils/mac/SkSampleNSView.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/mac/SkSampleNSView.h b/src/utils/mac/SkSampleNSView.h
new file mode 100644
index 0000000000..9199170ff6
--- /dev/null
+++ b/src/utils/mac/SkSampleNSView.h
@@ -0,0 +1,4 @@
+#import "SkNSView.h"
+@interface SkSampleNSView : SkNSView
+- (id)initWithDefaults;
+@end \ No newline at end of file