X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fimage-atlas%2Fimage-atlas.h;h=2bc97aeb86375da98456bff6680e9cf6366eadac;hp=395615d37336bacbd621eeab746cb15546c7a28f;hb=4ca1c56642540f3deff389fd3716d9c3fca86b9d;hpb=46e8848bda5e3287a80ee9ce020166ad55a52ec0 diff --git a/dali-toolkit/devel-api/image-atlas/image-atlas.h b/dali-toolkit/devel-api/image-atlas/image-atlas.h index 395615d..2bc97ae 100644 --- a/dali-toolkit/devel-api/image-atlas/image-atlas.h +++ b/dali-toolkit/devel-api/image-atlas/image-atlas.h @@ -1,7 +1,7 @@ -#ifndef __DALI_TOOLKIT_IMAGE_ATLAS_H__ -#define __DALI_TOOLKIT_IMAGE_ATLAS_H__ +#ifndef DALI_TOOLKIT_IMAGE_ATLAS_H +#define DALI_TOOLKIT_IMAGE_ATLAS_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. @@ -24,7 +24,7 @@ #include #include #include -#include +#include namespace Dali { @@ -133,7 +133,7 @@ public: * @param [out] textureRect The texture area of the resource image in the atlas. * @param [in] pixelData The pixel data. */ - bool Upload( Vector4& textureRect, PixelDataPtr pixelData ); + bool Upload( Vector4& textureRect, PixelData pixelData ); /** * @brief Remove the image at the given rectangle. @@ -153,4 +153,4 @@ public: // Not intended for developer use } // namespace Dali -#endif /* __DALI_TOOLKIT_IMAGE_ATLAS_H__ */ +#endif // DALI_TOOLKIT_IMAGE_ATLAS_H