2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

QtLottie: Move everything to Lottie namespace.

This commit is contained in:
John Preston
2019-05-15 19:54:08 +03:00
parent ab82ff0fb7
commit 26c29f6af7
4 changed files with 9 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "lottie/lottie_frame_renderer.h"
#include "lottie/lottie_animation.h"
#include "rasterrenderer/lottierasterrenderer.h"
#include "rasterrenderer/rasterrenderer.h"
#include "logs.h"
#include <range/v3/algorithm/find.hpp>
@@ -215,7 +215,7 @@ void SharedState::renderFrame(
const auto updated = crl::now();
LottieRasterRenderer renderer(&p);
RasterRenderer renderer(&p);
_scene.render(renderer, frame);
const auto finished = crl::now();