X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fatlas%2Fatlas-manager.h;h=044b9e3394a4f033410e1d3b33cc45bc25600b4c;hb=0e96d3c3debf43ce2c02883bc269f087f8286528;hp=5542dd05e49097cceadd0e729c947a05e51380f1;hpb=6f990775daf7adf6170db59f0b99e00ae25fceed;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h b/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h index 5542dd0..044b9e3 100644 --- a/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h +++ b/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ATLAS_MANAGER_H__ -#define __DALI_TOOLKIT_ATLAS_MANAGER_H__ +#ifndef DALI_TOOLKIT_ATLAS_MANAGER_H +#define DALI_TOOLKIT_ATLAS_MANAGER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -20,9 +20,7 @@ // EXTERNAL INCLUDES #include #include -#include -#include -#include +#include namespace Dali { @@ -190,7 +188,7 @@ public: bool addReference = true ); /** - * @brief Get the BufferImage containing an atlas + * @brief Get the Texture containing an atlas * * @param[in] atlas AtlasId returned when atlas was created * @@ -283,4 +281,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_ATLAS_MANAGER_H__ +#endif // DALI_TOOLKIT_ATLAS_MANAGER_H