[Webkit-unassigned] [Bug 51668] New: cleanupAfterGraphicsCall is never called in WebGLRenderingContext::checkFramebufferStatus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 27 22:43:05 PST 2010


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

           Summary: cleanupAfterGraphicsCall is never called in
                    WebGLRenderingContext::checkFramebufferStatus
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P3
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: toyoshim at google.com


cleanupAfterGraphicsCall() is called at the end of functions for marking graphic context as dirty.
In WebGLRenderingContext::checkFramebufferStatus(), cleanupAfterGraphicsCall() is called after return.
It mean this cleanAfterGraphicsCall() is never called.
Actually, argument of this function is 'false', and it mean this function do nothing.
But I think this is a trivial oversight, and it cause compile error with some gcc option (for example, -finstrument-functions).
This problem appears in a debug configuration of chromium.
(http://codereview.chromium.org/5991005/)

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