| commit | bfcc836db3fdba3ac761b1fe41c3347e75c31f94 | [log] [tgz] |
|---|---|---|
| author | fs <fs@opera.com> | Wed Jun 01 19:21:57 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 01 19:23:33 2016 |
| tree | bfb2e9317a9a68eddc554f7d3e427bdfd484a290 | |
| parent | b9f4613f226aaca4ed11658c42cfacbe5eb48f22 [diff] |
Don't use hasAttribute in SVGFilterPrimitiveStandardAttributes Use isSpecified() to query for existance in setStandardAttributes. This avoids triggering unnecessary attribute synchronizations. While here, drop the "double precondition" checking since the only caller of this function checks this already. BUG=235256 Review-Url: https://codereview.chromium.org/2026343002 Cr-Commit-Position: refs/heads/master@{#397202}