mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb/CSS: Implement converting CSSTransformValues to StyleValues
This commit is contained in:
Notes:
github-actions[bot]
2025-10-14 12:42:50 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/3716db1c610 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6466
@@ -33,6 +33,8 @@ public:
|
||||
GC::Ref<Geometry::DOMMatrix> matrix() const { return m_matrix; }
|
||||
WebIDL::ExceptionOr<void> set_matrix(GC::Ref<Geometry::DOMMatrix> matrix);
|
||||
|
||||
virtual WebIDL::ExceptionOr<NonnullRefPtr<TransformationStyleValue const>> create_style_value(PropertyNameAndID const&) const override;
|
||||
|
||||
private:
|
||||
explicit CSSMatrixComponent(JS::Realm&, Is2D, GC::Ref<Geometry::DOMMatrix>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user