Bug 125193 - Rename RenderTheme::paintMenuListButton()
Summary: Rename RenderTheme::paintMenuListButton()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks: 125239
  Show dependency treegraph
 
Reported: 2013-12-03 15:14 PST by Daniel Bates
Modified: 2013-12-04 12:31 PST (History)
3 users (show)

See Also:


Attachments
Patch (27.24 KB, patch)
2013-12-03 15:49 PST, Daniel Bates
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-12-03 15:14:12 PST
Towards upstreaming the iOS concept of render theme decorations, we should rename RenderTheme::paintMenuListButton() to RenderTheme::paintMenuListButtonDecorations() to better describe its purpose - to paint the menu list button on top of the CSS-specified border and background.
Comment 1 Daniel Bates 2013-12-03 15:49:45 PST
Created attachment 218356 [details]
Patch
Comment 2 Daniel Bates 2013-12-04 12:15:00 PST
Committed r160113: <http://trac.webkit.org/changeset/160113>
Comment 3 Daniel Bates 2013-12-04 12:31:53 PST
Committed Apple Windows build fix in <http://trac.webkit.org/changeset/160114>.