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

Unified 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698