Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Side by Side Diff: third_party/apple_sample_code/README.chromium

Issue 10793033: Fix cookie sheet icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: Apple sample code 1 Name: Apple sample code
2 URL: http://developer.apple.com/ 2 URL: http://developer.apple.com/
3 Version: unknown
4 Security Critical: Yes
3 5
4 Local changes: 6 Local changes:
5 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. 7 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
6 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as 8 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
7 suggested by a clang warning. 9 suggested by a clang warning.
10 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
11 -[NSImage drawInRect:fromRect:operation:fraction:respectFl ipped:hints:]
12 as the former is deprecated and doesn't work properly in
13 HiDPI.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698