| Index: example/mac/HelloWorldNSView.h
|
| diff --git a/experimental/SkiaExamples/SkExampleNSView.h b/example/mac/HelloWorldNSView.h
|
| similarity index 81%
|
| copy from experimental/SkiaExamples/SkExampleNSView.h
|
| copy to example/mac/HelloWorldNSView.h
|
| index 755fcdeb496c2972cbb786799d9a427e2a22ccce..3de780feee17491ce9bf8957eb942caf8f97e3e6 100644
|
| --- a/experimental/SkiaExamples/SkExampleNSView.h
|
| +++ b/example/mac/HelloWorldNSView.h
|
| @@ -8,6 +8,6 @@
|
|
|
| #import "SkNSView.h"
|
|
|
| -@interface SkExampleNSView : SkNSView
|
| +@interface HelloWorldNSView : SkNSView
|
|
|
| @end
|
|
|