diff options
author | TIN TUN AUNG <62133983+rayguo17@users.noreply.github.com> | 2025-03-29 07:19:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-28 23:19:49 +0000 |
commit | ed3dd8fbe03f41ee816cbe87c898a0cdc71d1115 (patch) | |
tree | 823700876b510f00ee1972c352dc1e5dbd644b15 /components/script/lib.rs | |
parent | 53f7c7b1dec3dfaa215e4a3c678e5e42214b4f05 (diff) | |
download | servo-ed3dd8fbe03f41ee816cbe87c898a0cdc71d1115.tar.gz servo-ed3dd8fbe03f41ee816cbe87c898a0cdc71d1115.zip |
Animation: Aggregate Animated Image Info to Document (#36141)
Signed-off-by: rayguo17 <rayguo17@gmail.com>
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index d0afb2551b0..b2ade0330c9 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -43,6 +43,7 @@ mod layout_image; pub(crate) mod document_collection; pub(crate) mod iframe_collection; +pub(crate) mod image_animation; pub mod layout_dom; mod mem; #[allow(unsafe_code)] |