Move SVGResources::SupportsMarkers to layout_svg_path.cc
LayoutSVGPath is now the only user of this function. Currently the set of elements that should have markers applied equals the set of elements that create/use LayoutSVGPath, so just DCHECK() this in the constructor (as future-proofing) and drop the actual check. Change-Id: Icb3b8aab1dd1b569e16bb14dfade43232d442ca0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595378Reviewed-by:Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#837983}
Showing
Please register or sign in to comment