[Webkit-unassigned] [Bug 54392] New: [EFL] Change parameter name to sync with other functions in RenderThemeEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 08:01:19 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54392

           Summary: [EFL] Change parameter name to sync with other
                    functions in RenderThemeEfl.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


In Bug 53906, I add dummy functions to RenderThemeEFl.cpp. But, the added function's parameter is different from other's.

Other function :
    bool RenderThemeEfl::paintSearchFieldResultsButton(RenderObject* o, const PaintInfo& i, const IntRect& rect) 
    bool RenderThemeEfl::paintSearchFieldResultsDecoration(RenderObject* o, const PaintInfo& i, const IntRect& rect) 
    bool RenderThemeEfl::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& i, const IntRect& rect)
    ...   

Added functions :
    bool RenderThemeEfl::paintMediaMuteButton(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& re ct)
    bool RenderThemeEfl::paintMediaPlayButton(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
    ...

I'd like to change "paintInfo" with "i" in order to sync with other functions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list