[webkit-reviews] review granted: [Bug 21006] Make the viewless Mac scrollbar paint : [Attachment 23667] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 13:56:00 PDT 2008


Darin Adler <darin at apple.com> has granted Dave Hyatt <hyatt at apple.com>'s
request for review:
Bug 21006: Make the viewless Mac scrollbar paint
https://bugs.webkit.org/show_bug.cgi?id=21006

Attachment 23667: Patch
https://bugs.webkit.org/attachment.cgi?id=23667&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
    #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


More information about the webkit-reviews mailing list