mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibWeb: Let HTML::EventLoop drive animation frame callbacks
This commit is contained in:
parent
ae71e5f99b
commit
81ef2b646e
3 changed files with 36 additions and 6 deletions
|
@ -116,4 +116,6 @@ private:
|
|||
HashMap<i32, NonnullRefPtr<RequestAnimationFrameCallback>> m_request_animation_frame_callbacks;
|
||||
};
|
||||
|
||||
void run_animation_frame_callbacks(DOM::Document&, double now);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue