[Webkit-unassigned] [Bug 82524] New: [CSS Filters] Avoid rebuilding FEFilters when RenderLayer is destroyed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 28 14:01:13 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82524
Summary: [CSS Filters] Avoid rebuilding FEFilters when
RenderLayer is destroyed
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: achicu at adobe.com
CC: dino at apple.com
RenderLayer::updateOrRemoveFilterEffect is called in clearBacking(), which is called from RenderLayer::~RenderLayer, meaning that the filters are rebuild when deleting a layer, but they are not going to be used anyway.
Avoid creating new filters when the RenderLayer is going out of scope.
--
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