aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSImage+Scaling.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMNSImage+Scaling.h')
-rw-r--r--AppKit/GTMNSImage+Scaling.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/AppKit/GTMNSImage+Scaling.h b/AppKit/GTMNSImage+Scaling.h
index 7d48577..0f87709 100644
--- a/AppKit/GTMNSImage+Scaling.h
+++ b/AppKit/GTMNSImage+Scaling.h
@@ -19,7 +19,7 @@
//
-#import <Foundation/Foundation.h>
+#import <AppKit/AppKit.h>
#import "GTMDefines.h"
@interface NSImage (GTMNSImageScaling)
@@ -30,7 +30,9 @@
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6
// Return the exact or next largest representation for a size
// If you are on SnowLeopard use
-// -[NSImage bestRepresentationForRect:context:hints:]
+// -[NSImage bestRepresentationForRect:context:hints:]
+// Also, please see http://openradar.appspot.com/radar?id=394401
+// and read notes in GTMNSImage+ScalingTest.m. Search for "8052200".
- (NSImageRep *)gtm_bestRepresentationForSize:(NSSize)size;
#endif