X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fanimated-image%2Fimage-cache.h;h=aee80b27514901a40392ffbeaf63cbfc0d78d5de;hb=HEAD;hp=b15101ebde61b0ae8dcbd012c50c919b296c7fbc;hpb=e7b6e57ffd4743de2a300b440d59ca7c3c80a8a8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/animated-image/image-cache.h b/dali-toolkit/internal/visuals/animated-image/image-cache.h index b15101e..aee80b2 100644 --- a/dali-toolkit/internal/visuals/animated-image/image-cache.h +++ b/dali-toolkit/internal/visuals/animated-image/image-cache.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_IMAGE_CACHE_H /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2024 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ namespace Toolkit { namespace Internal { -class ImageCache : public TextureManager::LifecycleObserver +class ImageCache { public: /** @@ -137,11 +137,6 @@ public: virtual void SetInterval(uint32_t interval); private: - /** - * @brief Called before the texture manager is destroyed. - */ - void TextureManagerDestroyed() final; - void AllocateMaskData(); protected: @@ -156,7 +151,6 @@ protected: TextureManager::LoadState mLoadState; bool mRequestingLoad : 1; bool mPreMultiplyOnLoad : 1; - bool mTextureManagerAlive : 1; }; } // namespace Internal