[Mac] Use system cursors instead of custom bitmaps where possible
Created attachment 99203 [details] Patch
<rdar://problem/8269469>
Comment on attachment 99203 [details] Patch Attachment 99203 [details] did not pass cr-mac-ews (chromium): Output: http://queues.webkit.org/results/8959455
Comment on attachment 99203 [details] Patch Looks good but apparently Chromium DumpRenderTree depends on the two files you’re removing.
It’s bizarre that Chromium’s DumpRenderTree uses these files! Maybe Chromium in general is making use of these for cursors?
Created attachment 99235 [details] Patch
Comment on attachment 99235 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99235&action=review > Source/WebCore/ChangeLog:11 > + WebCore/WebCore.gyp/WebCore.gyp: Removed the two now-unused PNG files. Needs a leading star.
Committed r90087: <http://trac.webkit.org/changeset/90087>