commit | dd7a3015bdf066fca2c9c07a55ef49f6a4b9987f | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Tue Sep 25 19:05:21 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 25 19:05:21 2018 |
tree | bd50b5b1cb3dabc6ceb3aab2674bb91175fdc335 | |
parent | 0fa932a81e85290c925b37ac001992969dadde21 [diff] |
Uninline unit-accessors in LayoutSVGResource{Clipper,Masker} This uninlines MaskUnits() and MaskContentUnits() in LayoutSVGResourceMasker as well as ClipPathUnits() in LayoutSVGResourceClipper - reducing unnecessary includes/dependencies. Also streamline LayoutSVGResourceFilter::ResourceBoundingBox a bit by using the FilterUnits() accessor, and remove the redundant null-check on the element. Change-Id: I658b7626627ac38fc8b43bfd54630adb778233e8 Reviewed-on: https://chromium-review.googlesource.com/1243117 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#594040}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .