commit | fb79f7fc46552d45127acd2959a23662ad8f271e | [log] [tgz] |
---|---|---|
author | fs <fs@opera.com> | Mon Oct 12 23:15:51 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 12 23:16:48 2015 |
tree | 75d79e3184d1535800efb73b3af651a3e1d187bd | |
parent | 2ca795e39b23d4afad4b602ab4ba49166c83bc79 [diff] |
Always populate the node map in SVGFilterBuilder if one exists Since the node map is essentially a "reverse DAG" we cannot have holes in it, so always add the FilterEffects even we cannot provide the LayoutObject -> FilterEffect mapping (like in the case of a non-attached element.) BUG=541593, 533457 Review URL: https://codereview.chromium.org/1393633007 Cr-Commit-Position: refs/heads/master@{#353620}