X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Frenderers%2Fnpatch%2Fnpatch-renderer.h;h=1832e6142a165e265c8958e6fb048afec28c4853;hb=d00a250741411c386d988e7ac34525cf94a1918e;hp=b6c22e83bcdaf6b02ab01f9619e498e9e1232ff1;hpb=4bf366c7c657eacb5cf150fa52e34263ca16218f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h b/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h index b6c22e8..1832e61 100644 --- a/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h +++ b/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H__ -#define __DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H__ +#ifndef DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H +#define DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -23,11 +23,11 @@ // EXTERNAL INCLUDES #include -#include #include -#include -#include -#include +#include +#include +#include +#include namespace Dali { @@ -189,7 +189,7 @@ private: void InitializeFromBrokenImage(); /** - * @brief Applies this renderer's image to the sampler to the material used for this renderer + * @brief Applies this renderer's image to the sampler to the texture set used for this renderer */ void ApplyImageToSampler(); @@ -220,4 +220,4 @@ private: } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H