Index: experimental/SimpleiOSApp/SimpleApp.mm |
diff --git a/experimental/SimpleiOSApp/SimpleApp.mm b/experimental/SimpleiOSApp/SimpleApp.mm |
index 040472cfe371b61760bacde6b2ce19ff8ca5f0cf..123449f4e6eb84d0c401cf146daf9b9ec4d81349 100644 |
--- a/experimental/SimpleiOSApp/SimpleApp.mm |
+++ b/experimental/SimpleiOSApp/SimpleApp.mm |
@@ -1,3 +1,10 @@ |
+/* |
+ * Copyright 2015 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
#include "SkApplication.h" |
#import "SkCanvas.h" |
#import "SkPaint.h" |
@@ -26,7 +33,7 @@ protected: |
canvas->drawRect(r, p); |
} |
private: |
- typedef SkView INHERITED; |
+ typedef SkView INHERITED; |
}; |
void application_init() { |
@@ -35,7 +42,6 @@ void application_init() { |
} |
void application_term() { |
- SkGraphics::Term(); |
SkEvent::Term(); |
} |