| Index: third_party/apple_sample_code/README.chromium
|
| diff --git a/third_party/apple_sample_code/README.chromium b/third_party/apple_sample_code/README.chromium
|
| index a1adc03608fba8a68aded2aee511a62b466e3ce0..09d2982bf732a23321817dfb169ca373ad9f46f6 100644
|
| --- a/third_party/apple_sample_code/README.chromium
|
| +++ b/third_party/apple_sample_code/README.chromium
|
| @@ -1,7 +1,13 @@
|
| Name: Apple sample code
|
| URL: http://developer.apple.com/
|
| +Version: unknown
|
| +Security Critical: Yes
|
|
|
| Local changes:
|
| * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
|
| * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
|
| suggested by a clang warning.
|
| +* ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
|
| + -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
|
| + as the former is deprecated and doesn't work properly in
|
| + HiDPI.
|
|
|