#include "third_party/blink/renderer/core/svg/svg_fe_composite_element.h"
#include "third_party/blink/renderer/core/svg/graphics/filters/svg_filter_builder.h"
#include "third_party/blink/renderer/core/svg/svg_animated_number.h"
#include "third_party/blink/renderer/core/svg/svg_animated_string.h"
#include "third_party/blink/renderer/core/svg/svg_enumeration_map.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
template <>
const SVGEnumerationMap& GetEnumerationMap<CompositeOperationType>() { … }
SVGFECompositeElement::SVGFECompositeElement(Document& document)
: … { … }
void SVGFECompositeElement::Trace(Visitor* visitor) const { … }
bool SVGFECompositeElement::SetFilterEffectAttribute(
FilterEffect* effect,
const QualifiedName& attr_name) { … }
void SVGFECompositeElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
FilterEffect* SVGFECompositeElement::Build(SVGFilterBuilder* filter_builder,
Filter* filter) { … }
SVGAnimatedPropertyBase* SVGFECompositeElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGFECompositeElement::SynchronizeAllSVGAttributes() const { … }
}