#include "third_party/blink/renderer/core/svg/svg_fe_offset_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_names.h"
#include "third_party/blink/renderer/platform/graphics/filters/fe_offset.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
SVGFEOffsetElement::SVGFEOffsetElement(Document& document)
: … { … }
void SVGFEOffsetElement::Trace(Visitor* visitor) const { … }
void SVGFEOffsetElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
FilterEffect* SVGFEOffsetElement::Build(SVGFilterBuilder* filter_builder,
Filter* filter) { … }
SVGAnimatedPropertyBase* SVGFEOffsetElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGFEOffsetElement::SynchronizeAllSVGAttributes() const { … }
}