mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
LibWeb: Rename CSS::StyleProperties => CSS::ComputedProperties
Now that StyleProperties is only used to hold computed properties, let's name it ComputedProperties.
This commit is contained in:
committed by
Andreas Kling
parent
ed7f4664c2
commit
c1cad8fa0e
@@ -48,7 +48,7 @@ private:
|
||||
|
||||
virtual bool is_svg_use_element() const override { return true; }
|
||||
|
||||
virtual GC::Ptr<Layout::Node> create_layout_node(CSS::StyleProperties) override;
|
||||
virtual GC::Ptr<Layout::Node> create_layout_node(CSS::ComputedProperties) override;
|
||||
|
||||
void process_the_url(Optional<String> const& href);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user