diff options
Diffstat (limited to 'experimental/SimpleiOSApp')
-rw-r--r-- | experimental/SimpleiOSApp/SimpleApp.mm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/experimental/SimpleiOSApp/SimpleApp.mm b/experimental/SimpleiOSApp/SimpleApp.mm index 123449f4e6..040472cfe3 100644 --- a/experimental/SimpleiOSApp/SimpleApp.mm +++ b/experimental/SimpleiOSApp/SimpleApp.mm @@ -1,10 +1,3 @@ -/* - * 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" @@ -33,7 +26,7 @@ protected: canvas->drawRect(r, p); } private: - typedef SkView INHERITED; + typedef SkView INHERITED; }; void application_init() { @@ -42,6 +35,7 @@ void application_init() { } void application_term() { + SkGraphics::Term(); SkEvent::Term(); } |