Implement SingleThreadProxy CommitVSyncParameters
[chromium-blink-merge.git] / third_party / apple_sample_code / README.chromium
blob5cdb794812b3a1f6d524cf9cedece96cdb9f8389
1 Name: Apple sample code
2 URL: http://developer.apple.com/
3 Version: unknown
4 Security Critical: Yes
5 License: Custom license
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.