- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / apple_sample_code / README.chromium
1 Name: Apple sample code
2 URL: http://developer.apple.com/
3 Version: unknown
4 Security Critical: Yes
5 License: Custom license
6
7 Local changes:
8 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
9 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
10                       suggested by a clang warning.
11 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
12                       -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
13                       as the former is deprecated and doesn't work properly in
14                       HiDPI.