| Index: src/views/ios/SkOSWindow_iOS.mm
|
| diff --git a/src/views/ios/SkOSWindow_iOS.mm b/src/views/ios/SkOSWindow_iOS.mm
|
| index 04a219b6a75adf5c62ac016dd336b349cfb3f91b..2a74ed6b2ca0923c73a68629da6e2568027f860f 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() {
|
| }
|
|
|