#include "third_party/blink/renderer/core/svg/svg_poly_element.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/svg/svg_animated_point_list.h"
#include "third_party/blink/renderer/platform/graphics/path.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
SVGPolyElement::SVGPolyElement(const QualifiedName& tag_name,
Document& document)
: … { … }
SVGPointListTearOff* SVGPolyElement::pointsFromJavascript() { … }
SVGPointListTearOff* SVGPolyElement::animatedPoints() { … }
void SVGPolyElement::Trace(Visitor* visitor) const { … }
Path SVGPolyElement::AsPathFromPoints() const { … }
void SVGPolyElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
SVGAnimatedPropertyBase* SVGPolyElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGPolyElement::SynchronizeAllSVGAttributes() const { … }
}