LibWeb: Add empty IDL bindings for current SVG elements

Nothing in them right now as the classes don't contain the IDL
methods.
This commit is contained in:
Luke 2020-10-02 20:57:28 +01:00 committed by Andreas Kling
commit 9dee140a9f
Notes: sideshowbarker 2024-07-19 02:05:35 +09:00
14 changed files with 62 additions and 1 deletions

View file

@ -47,6 +47,8 @@ static const SVGPaintingContext default_painting_context = {
class SVGGraphicsElement : public SVGElement {
public:
using WrapperType = Bindings::SVGGraphicsElementWrapper;
SVGGraphicsElement(DOM::Document&, const FlyString& tag_name);
virtual void parse_attribute(const FlyString& name, const String& value) override;