[Webkit-unassigned] [Bug 99135] New: Change creation of layer when blendmode is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 21:51:17 PDT 2012


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

           Summary: Change creation of layer when blendmode is set
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cabanier at adobe.com
        Depends on: 99119


The current code always creates a layer when it sees a blend mode.
This is not always necessary since Core Graphics supports this idiom.

This patch will change the code so it no longer creates a layer. Subsequent patches are needed for cases that layers are needed such as when there is video, nested blending or filters.

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