Bug 21006

Summary: Make the viewless Mac scrollbar paint
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

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.