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+

Description Beth Dakin 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.
Comment 1 Beth Dakin 2011-08-19 14:25:44 PDT
Created attachment 104564 [details]
Patch
Comment 2 Beth Dakin 2011-08-19 15:34:36 PDT
Thanks Sam! Committed change with revision 93445.