Bug 66590

Summary: Re-name scrollbar painter types
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: OS X 10.7   
Attachments:
Description Flags
Patch sam: review+

Beth Dakin
Reported 2011-08-19 14:19:55 PDT
After committing this change: https://bugs.webkit.org/show_bug.cgi?id=66495 Lion-specific scroller SPIs can use forward declaration instead of WebKitSystemInterface some re-names are in order. USE(WK_Scrollbar_Painter), WKScrollbarPainterRef, and WKScrollbarPainterControllerRef all need to be re-named to remove references to WebKitSystemInterface since the implementation is now in WebCore, and the type names should sound more Objective-Cish instead of C++ish.
Attachments
Patch (27.69 KB, patch)
2011-08-19 14:25 PDT, Beth Dakin
sam: review+
Beth Dakin
Comment 1 2011-08-19 14:25:44 PDT
Beth Dakin
Comment 2 2011-08-19 15:34:36 PDT
Thanks Sam! Committed change with revision 93445.
Note You need to log in before you can comment on or make changes to this bug.