aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views/ios/SkOSWindow_iOS.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/ios/SkOSWindow_iOS.mm')
-rwxr-xr-xsrc/views/ios/SkOSWindow_iOS.mm9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/views/ios/SkOSWindow_iOS.mm b/src/views/ios/SkOSWindow_iOS.mm
index 04a219b6a7..2a74ed6b2c 100755
--- a/src/views/ios/SkOSWindow_iOS.mm
+++ b/src/views/ios/SkOSWindow_iOS.mm
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
#import <UIKit/UIKit.h>
#include "SkCanvas.h"
#include "SkGraphics.h"
@@ -58,7 +65,7 @@ bool SkOSWindow::attach(SkBackEndTypes /* attachType */,
return success;
}
-void SkOSWindow::detach() {}
+void SkOSWindow::release() {}
void SkOSWindow::present() {
}