[Webkit-unassigned] [Bug 92492] New: [Texmap] Remove the backing store after 'style.visibility' for an element sets 'hidden'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 04:53:58 PDT 2012


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

           Summary: [Texmap] Remove the backing store after
                    'style.visibility' for an element sets 'hidden'.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


This patch's purpose is to save vram memory.
When visibility of the element sets hidden, we do not need to draw the element,
so we do not need to keep a texture of the backing store.
Currently, Texmap does not draw the element with visibility:hidden because
RenderLayerBacking::paintIntoLayer does not draw anything.
This patch just removes unused textures.

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