Index: experimental/SkiaExamples/SkExampleNSView.h |
diff --git a/src/views/mac/SkSampleNSView.h b/experimental/SkiaExamples/SkExampleNSView.h |
similarity index 60% |
copy from src/views/mac/SkSampleNSView.h |
copy to experimental/SkiaExamples/SkExampleNSView.h |
index d3aca9a7353f01ff6e0a8c802c6276841a02fc0f..755fcdeb496c2972cbb786799d9a427e2a22ccce 100644 |
--- a/src/views/mac/SkSampleNSView.h |
+++ b/experimental/SkiaExamples/SkExampleNSView.h |
@@ -1,12 +1,13 @@ |
/* |
- * Copyright 2011 Google Inc. |
+ * 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 SkSampleNSView : SkNSView |
-- (id)initWithDefaults; |
+ |
+@interface SkExampleNSView : SkNSView |
+ |
@end |