mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Remove redundant SVG presentation attribute handling
This commit is contained in:
parent
884b7fcbf5
commit
dab994c4f3
Notes:
github-actions[bot]
2025-10-20 11:39:33 +00:00
Author: https://github.com/tcl3
Commit: dab994c4f3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6448
Reviewed-by: https://github.com/AtkinsSJ ✅
8 changed files with 0 additions and 117 deletions
|
|
@ -16,10 +16,6 @@ class SVGViewElement final : public SVGGraphicsElement
|
|||
WEB_PLATFORM_OBJECT(SVGViewElement, SVGGraphicsElement);
|
||||
GC_DECLARE_ALLOCATOR(SVGViewElement);
|
||||
|
||||
public:
|
||||
virtual bool is_presentational_hint(FlyString const&) const override;
|
||||
virtual void apply_presentational_hints(GC::Ref<CSS::CascadedProperties>) const override;
|
||||
|
||||
private:
|
||||
SVGViewElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue