WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
82524
[CSS Filters] Avoid rebuilding FEFilters when RenderLayer is destroyed
https://bugs.webkit.org/show_bug.cgi?id=82524
Summary
[CSS Filters] Avoid rebuilding FEFilters when RenderLayer is destroyed
Alexandru Chiculita
Reported
2012-03-28 14:01:13 PDT
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.
Attachments
Patch V1
(2.74 KB, patch)
2012-03-28 15:25 PDT
,
Alexandru Chiculita
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2012-03-28 14:44:40 PDT
<
rdar://problem/11141839
>
Alexandru Chiculita
Comment 2
2012-03-28 15:25:19 PDT
Created
attachment 134422
[details]
Patch V1
WebKit Review Bot
Comment 3
2012-03-28 20:43:06 PDT
Comment on
attachment 134422
[details]
Patch V1 Clearing flags on attachment: 134422 Committed
r112497
: <
http://trac.webkit.org/changeset/112497
>
WebKit Review Bot
Comment 4
2012-03-28 20:43:10 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug