diff options
Diffstat (limited to 'src/utils/mac/SkNSView.h')
-rw-r--r-- | src/utils/mac/SkNSView.h | 4 |
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 |