diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 00:26:24 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 00:26:24 +0000 |
commit | 5979a09d8ff9268df85369ab5b4bee250b3495a0 (patch) | |
tree | 91b34a905966bc6273bcaf7b3a06d3df8b00edfd /third_party/apple/README.chromium | |
parent | 63d83101ded13501c9b38931503fd12e3aa01771 (diff) | |
download | chromium_src-5979a09d8ff9268df85369ab5b4bee250b3495a0.zip chromium_src-5979a09d8ff9268df85369ab5b4bee250b3495a0.tar.gz chromium_src-5979a09d8ff9268df85369ab5b4bee250b3495a0.tar.bz2 |
Add ImageAndTextCell to third_party/apple/.
BUG=29334
Review URL: http://codereview.chromium.org/523045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/apple/README.chromium')
-rw-r--r-- | third_party/apple/README.chromium | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/apple/README.chromium b/third_party/apple/README.chromium new file mode 100644 index 0000000..d0a78bf9 --- /dev/null +++ b/third_party/apple/README.chromium @@ -0,0 +1,6 @@ +This is Chromium's local copy of Apple sample code, +originally obtained from http://developer.apple.com/. +See the block comment in each file for license information. + +Local changes: +* ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. |