Commit 01c23806 authored by Fredrik Söderquist's avatar Fredrik Söderquist Committed by Commit Bot

Remove SVGDocumentExtensions::IsSVGRootWithRelativeLengthDescendents

It's not used.

Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: If6630b2e404108044833ea5512151facdfe7e59d
Reviewed-on: https://chromium-review.googlesource.com/1179760Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#584061}
parent 6f271d30
......@@ -127,11 +127,6 @@ void SVGDocumentExtensions::RemoveSVGRootWithRelativeLengthDescendents(
relative_length_svg_roots_.erase(svg_root);
}
bool SVGDocumentExtensions::IsSVGRootWithRelativeLengthDescendents(
SVGSVGElement* svg_root) const {
return relative_length_svg_roots_.Contains(svg_root);
}
void SVGDocumentExtensions::InvalidateSVGRootsWithRelativeLengthDescendents(
SubtreeLayoutScope* scope) {
#if DCHECK_IS_ON()
......
......@@ -60,7 +60,6 @@ class SVGDocumentExtensions
void AddSVGRootWithRelativeLengthDescendents(SVGSVGElement*);
void RemoveSVGRootWithRelativeLengthDescendents(SVGSVGElement*);
bool IsSVGRootWithRelativeLengthDescendents(SVGSVGElement*) const;
void InvalidateSVGRootsWithRelativeLengthDescendents(SubtreeLayoutScope*);
bool ZoomAndPanEnabled() const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment