Bug 66590 - Re-name scrollbar painter types
Summary: Re-name scrollbar painter types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.7
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 14:19 PDT by Beth Dakin
Modified: 2011-08-19 15:34 PDT (History)
1 user (show)

See Also:


Attachments
Patch (27.69 KB, patch)
2011-08-19 14:25 PDT, Beth Dakin
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.