mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
LibWeb: Make KeyframeEffect final
This commit is contained in:
parent
af552856c8
commit
13cba5ecb4
Notes:
github-actions[bot]
2025-08-26 16:49:08 +00:00
Author: https://github.com/gmta
Commit: 13cba5ecb4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5991
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ struct BaseKeyframe {
|
||||||
};
|
};
|
||||||
|
|
||||||
// https://www.w3.org/TR/web-animations-1/#the-keyframeeffect-interface
|
// https://www.w3.org/TR/web-animations-1/#the-keyframeeffect-interface
|
||||||
class KeyframeEffect : public AnimationEffect {
|
class KeyframeEffect final : public AnimationEffect {
|
||||||
WEB_PLATFORM_OBJECT(KeyframeEffect, AnimationEffect);
|
WEB_PLATFORM_OBJECT(KeyframeEffect, AnimationEffect);
|
||||||
GC_DECLARE_ALLOCATOR(KeyframeEffect);
|
GC_DECLARE_ALLOCATOR(KeyframeEffect);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue