#include "third_party/blink/renderer/core/svg/svg_mask_element.h"
#include "third_party/blink/renderer/core/css/style_change_reason.h"
#include "third_party/blink/renderer/core/layout/svg/layout_svg_resource_masker.h"
#include "third_party/blink/renderer/core/svg/svg_animated_length.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
SVGMaskElement::SVGMaskElement(Document& document)
: … { … }
void SVGMaskElement::Trace(Visitor* visitor) const { … }
void SVGMaskElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
void SVGMaskElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
void SVGMaskElement::ChildrenChanged(const ChildrenChange& change) { … }
LayoutObject* SVGMaskElement::CreateLayoutObject(const ComputedStyle&) { … }
bool SVGMaskElement::SelfHasRelativeLengths() const { … }
SVGAnimatedPropertyBase* SVGMaskElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGMaskElement::SynchronizeAllSVGAttributes() const { … }
void SVGMaskElement::CollectExtraStyleForPresentationAttribute(
MutableCSSPropertyValueSet* style) { … }
}