[Webkit-unassigned] [Bug 56134] New: PlatformContextSkia should flush GrContext in destructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 12:49:49 PST 2011


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

           Summary: PlatformContextSkia should flush GrContext in
                    destructor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bsalomon at google.com
                CC: reed at google.com


When a PlatformContextSkia is backed by a GrContext it should flush the GrContext in its destructor. Otherwise, the GrRenderTarget that the skia canvas is drawing into refers to a DrawingBuffer's FBO id that may be destroyed before the next time the GrContext is flushed.

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