[Webkit-unassigned] [Bug 102043] New: Coordinated Graphics: Render gif animation well.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 21:15:29 PST 2012


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

           Summary: Coordinated Graphics: Render gif animation well.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


CoordinatedGraphicsLayer::setContentsToImage() checks the pointer to the image,
not nativeImagePtr, so Coordinated Graphics currently draws only the first frame
of gif animations. This patch makes Coordinated Graphics draw gif animations.

In addition, handling a composited image is not the similar style of handling a
layer state, filters, animations and etc. This patch fits handling a composited
image to others.

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