aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/mac/SkNSView.h
diff options
context:
space:
mode:
authorGravatar suyang1 <suyang1@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-10-10 16:38:58 +0000
committerGravatar suyang1 <suyang1@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-10-10 16:38:58 +0000
commitbb3f4a8d0a58a8857050a7b6a907b190d261681d (patch)
tree38a61a9a6712e273f594fc6b8ff6c351d8f97a9a /src/utils/mac/SkNSView.h
parent719fd045abb1f26f99cf35708413886b9eafcc1e (diff)
Bug fixes:
- Mac SampleApp resize and maximize bug - Mac SampleApp now accepts/dispatches mouse moved events - SampleAnimator: moved drawColor outside so the sample draws a background every drawing call - Removed SampleExtractAlpha from the repository and SampleApp.gyp http://codereview.appspot.com/5249054/ git-svn-id: http://skia.googlecode.com/svn/trunk@2448 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils/mac/SkNSView.h')
-rw-r--r--src/utils/mac/SkNSView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/mac/SkNSView.h b/src/utils/mac/SkNSView.h
index 5ae7ad5833..87c2727d18 100644
--- a/src/utils/mac/SkNSView.h
+++ b/src/utils/mac/SkNSView.h
@@ -35,6 +35,7 @@ class SkEvent;
- (id)initWithDefaults;
- (void)setUpWindow;
+- (void)resizeSkView:(NSSize)newSize;
- (void)setSkTitle:(const char*)title;
- (void)onAddMenu:(const SkOSMenu*)menu;
- (void)onUpdateMenu:(const SkOSMenu*)menu;