mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb/CSS: Move TransformationSV -> Transformation code into TSV
This commit is contained in:
parent
01d782a5ca
commit
bd5d1b092a
Notes:
github-actions[bot]
2025-01-17 09:15:41 +00:00
Author: https://github.com/AtkinsSJ
Commit: bd5d1b092a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3263
3 changed files with 53 additions and 45 deletions
|
@ -25,6 +25,8 @@ public:
|
|||
TransformFunction transform_function() const { return m_properties.transform_function; }
|
||||
StyleValueVector const& values() const { return m_properties.values; }
|
||||
|
||||
Transformation to_transformation() const;
|
||||
|
||||
virtual String to_string(SerializationMode) const override;
|
||||
|
||||
bool properties_equal(TransformationStyleValue const& other) const { return m_properties == other.m_properties; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue