aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/mac/SkNSView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/mac/SkNSView.h')
-rw-r--r--src/utils/mac/SkNSView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/mac/SkNSView.h b/src/utils/mac/SkNSView.h
index 87c2727d18..6b8989a713 100644
--- a/src/utils/mac/SkNSView.h
+++ b/src/utils/mac/SkNSView.h
@@ -42,7 +42,7 @@ class SkEvent;
- (void)postInvalWithRect:(const SkIRect*)rectOrNil;
- (BOOL)onHandleEvent:(const SkEvent&)event;
-- (void)attachGL;
+- (bool)attachGL;
- (void)detachGL;
- (void)presentGL;
-@end \ No newline at end of file
+@end