[Webkit-unassigned] [Bug 49840] New: GraphicsContext: Make drawFocusRing() take a Path instead of a Vector<Path>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 16:24:02 PST 2010


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

           Summary: GraphicsContext: Make drawFocusRing() take a Path
                    instead of a Vector<Path>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kling at webkit.org
                CC: zimmermann at kde.org


This method:
void drawFocusRing(const Vector<Path>&, int width, int offset, const Color&);

..is only ever used by RenderImage::paintFocusRings(), where a single Path is put into a Vector<Path> and passed to this function.

-- 
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