[Webkit-unassigned] [Bug 53149] New: remove resize() check in DrawingBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 17:21:38 PST 2011


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

           Summary: remove resize() check in DrawingBuffer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: reed at google.com
                CC: kbr at google.com, jamesr at chromium.org


DrawingBufer::reset() today checks if the new size is the same as its m_size, and if so, returns immediately. This does not match the semantics of <canvas>, which wants to clear its contents anytime the size is specified.

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