diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-10 23:42:12 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-10 23:42:12 +0000 |
commit | b7d4be3e59ae48ae01678971faf93708675819ed (patch) | |
tree | 72d54123a6a63a3e6d0d2ef44d9a662cc7aeed86 /webkit/glue/resources/README.txt | |
parent | 123092992563f654176deca0014b6f2e0c439563 (diff) | |
download | chromium_src-b7d4be3e59ae48ae01678971faf93708675819ed.zip chromium_src-b7d4be3e59ae48ae01678971faf93708675819ed.tar.gz chromium_src-b7d4be3e59ae48ae01678971faf93708675819ed.tar.bz2 |
Import Mac cursor images from Blink repo
These images were only used by Chromium, never Blink itself, so this patch
simply puts them closer to where they're referenced.
I've added the list of imported files to the already-existing LICENSE block
in README.txt. Files are identical to their Blink versions except for
alias_cursor.png, on which I used pngcrush in order to create a valid PNG file.
BUG=303964
Review URL: https://codereview.chromium.org/25842004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/resources/README.txt')
-rw-r--r-- | webkit/glue/resources/README.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/webkit/glue/resources/README.txt b/webkit/glue/resources/README.txt index 9ebea17..1472c31 100644 --- a/webkit/glue/resources/README.txt +++ b/webkit/glue/resources/README.txt @@ -55,6 +55,29 @@ pan_south_east.cur pan_south_west.cur pan_west.cur textarea_resize_corner.png +alias_cursor.png +cell_cursor.png +east_resize_cursor.png +east_west_resize_cursor.png +help_cursor.png +link_cursor.png +move_cursor.png +none_cursor.png +north_east_resize_cursor.png +north_east_south_west_resize_cursor.png +north_resize_cursor.png +north_south_resize_cursor.png +north_west_resize_cursor.png +north_west_south_east_resize_cursor.png +progress_cursor.png +south_east_resize_cursor.png +south_resize_cursor.png +south_west_resize_cursor.png +vertical_text_cursor.png +wait_cursor.png +west_resize_cursor.png +zoom_in_cursor.png +zoom_out_cursor.png // ***** BEGIN LICENSE BLOCK ***** |