diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2022-06-25 10:21:17 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-10-28 11:09:32 +0200 |
commit | 91bc1e6a8c92a7c895f0ba9dcad9ac4d35f3f791 (patch) | |
tree | 23418d229c4bc1cf646cb8b57605b9231c9187e3 /include/vcl/animate | |
parent | 470201f392a019ef6f2b9e70377e66e47e839494 (diff) |
vcl: extract function Animation::RenderNextFrameInAllRenderers()
Change-Id: Iaccf12b251ffe06e24813c48ba3a169d0eaaa61c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/76416
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/animate')
-rw-r--r-- | include/vcl/animate/Animation.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/animate/Animation.hxx b/include/vcl/animate/Animation.hxx index b9d9d69e401f..307fed73c222 100644 --- a/include/vcl/animate/Animation.hxx +++ b/include/vcl/animate/Animation.hxx @@ -112,6 +112,7 @@ private: SAL_DLLPRIVATE std::vector<std::unique_ptr<AnimationData>> CreateAnimationDataItems(); SAL_DLLPRIVATE void PopulateRenderers(); + SAL_DLLPRIVATE void RenderNextFrameInAllRenderers(); SAL_DLLPRIVATE void ImplRestartTimer(sal_uLong nTimeout); DECL_DLLPRIVATE_LINK(ImplTimeoutHdl, Timer*, void); |