X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Finternal%2Fvisuals%2Fvisual-factory-cache.h;fp=dali-toolkit%2Finternal%2Fcontrols%2Frenderers%2Fvisual-factory-cache.h;h=46920c563fab29fb986e80f06d6a70cbd3f11e3c;hb=refs%2Fchanges%2F68%2F81368%2F3;hp=9f887b9ed5752cb61583e50ee0c93ac625821612;hpb=5f51ba567ad8b65b6f10df2432ab62d5d3c880d8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/renderers/visual-factory-cache.h b/dali-toolkit/internal/visuals/visual-factory-cache.h similarity index 96% rename from dali-toolkit/internal/controls/renderers/visual-factory-cache.h rename to dali-toolkit/internal/visuals/visual-factory-cache.h index 9f887b9..46920c5 100644 --- a/dali-toolkit/internal/controls/renderers/visual-factory-cache.h +++ b/dali-toolkit/internal/visuals/visual-factory-cache.h @@ -1,5 +1,5 @@ -#ifndef DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H -#define DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H +#ifndef DALI_TOOLKIT_VISUAL_FACTORY_CACHE_H +#define DALI_TOOLKIT_VISUAL_FACTORY_CACHE_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -207,7 +207,7 @@ private: typedef Dali::OwnerContainer< const CachedRenderer* > CachedRenderers; /** - * @brief Finds the first index into the cached renderers from the url + * @brief Finds the first index into the cached visuals from the url * * @return Returns the first index into the cached renderer from the url if it exists in the cache, otherwise returns -1 */ @@ -231,4 +231,4 @@ private: } // namespace Dali -#endif // DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H +#endif // DALI_TOOLKIT_VISUAL_FACTORY_CACHE_H