X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftexture-manager%2Ftexture-cache-manager.h;h=c1f1355ed4e27964e4ec23d3cd3959eda7c5fed7;hb=ca51ee97baf5f41ecf741e22d865ff6c9e0bf769;hp=c68c233f481a68de4c5d848e6be4412122bafba8;hpb=5b4a2b122d0c633084864a099de5ba5b8d919373;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/texture-manager/texture-cache-manager.h b/dali-toolkit/internal/texture-manager/texture-cache-manager.h index c68c233..c1f1355 100644 --- a/dali-toolkit/internal/texture-manager/texture-cache-manager.h +++ b/dali-toolkit/internal/texture-manager/texture-cache-manager.h @@ -270,9 +270,9 @@ public: * Textures are cached and therefore only the removal of the last * occurrence of a Texture will cause its removal internally. * - * @param[in] textureId The Id of the Texture to remove at Cache. + * @param[in] textureInfo TextureInfo that want to cache in container. */ - void RemoveCache(const TextureCacheManager::TextureId& textureId); + void RemoveCache(TextureCacheManager::TextureInfo& textureInfo); public: /**