[Webkit-unassigned] [Bug 76239] New: DrawingBuffer is not cleared correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 18:35:25 PST 2012


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

           Summary: DrawingBuffer is not cleared correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhuyongsheng2010 at gmail.com
                CC: mdelaney at apple.com


In the DrawingBuffer::clear(), when m_size is not empty, it should be set as empty.
Because it makes 's_currentResourceUsePixels' is substracted with m_size again when DrawingBuffer is destroyed.
The issue is found from chromium. See http://code.google.com/p/chromium/issues/detail?id=104740
The patch is ready. I'll submit it to webkit.

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