RESOLVED FIXED 21006
Make the viewless Mac scrollbar paint
https://bugs.webkit.org/show_bug.cgi?id=21006
Summary Make the viewless Mac scrollbar paint
Dave Hyatt
Reported 2008-09-22 13:53:28 PDT
Make the viewless Mac scrollbar paint with the Aqua style.
Attachments
Patch (10.29 KB, patch)
2008-09-22 13:54 PDT, Dave Hyatt
darin: review+
Dave Hyatt
Comment 1 2008-09-22 13:54:01 PDT
Darin Adler
Comment 2 2008-09-22 13:56:00 PDT
Comment on attachment 23667 [details] Patch #include <Carbon/Carbon.h> I'm surprised you need this. Doesn't it compile without it? #if !USE(NSSCROLLER) I'd put the #if USE(NSSCROLLER) case first, just because it's so much smaller. r=me
Note You need to log in before you can comment on or make changes to this bug.