[Webkit-unassigned] [Bug 100298] New: [cairo] unneeded FloatRect object creation in BitmapImage::draw

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 15:49:01 PDT 2012


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

           Summary: [cairo] unneeded FloatRect object creation in
                    BitmapImage::draw
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,

in BitmapImage::draw, FloatRect& arguments are copied to srcRect and dstRect variables.
But srcRect and dstRect are not modified, and we could use dst and src directly.

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