Chromium Code Reviews| Index: experimental/SkiaExamples/SkExampleNSView.h |
| diff --git a/experimental/SkiaExamples/SkExampleNSView.h b/experimental/SkiaExamples/SkExampleNSView.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..755fcdeb496c2972cbb786799d9a427e2a22ccce |
| --- /dev/null |
| +++ b/experimental/SkiaExamples/SkExampleNSView.h |
| @@ -0,0 +1,13 @@ |
| + |
| +/* |
| + * Copyright 2013 Google Inc. |
| + * |
| + * Use of this source code is governed by a BSD-style license that can be |
| + * found in the LICENSE file. |
| + */ |
| + |
| +#import "SkNSView.h" |
| + |
| +@interface SkExampleNSView : SkNSView |
| + |
| +@end |