mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Add CSS::Time::to_milliseconds()
This commit is contained in:
committed by
Andreas Kling
parent
b7e3a68bfc
commit
f07c4ffbc8
@@ -27,6 +27,7 @@ public:
|
||||
|
||||
ErrorOr<String> to_string() const;
|
||||
float to_seconds() const;
|
||||
double to_milliseconds() const;
|
||||
|
||||
Type type() const { return m_type; }
|
||||
float raw_value() const { return m_value; }
|
||||
|
||||
Reference in New Issue
Block a user