X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fimages%2Fnine-patch-image-impl.h;h=3508821affbc29ed962fb3655826a9c0b78bd3d6;hb=ff364987bf3c2ef5bb2b57348747eeb784d8ba90;hp=4669060e78f6e493d706d03b0e9db0eff4f1f228;hpb=334442ab65c242cf6da1435749a5c5c5bb69f592;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/images/nine-patch-image-impl.h b/dali/internal/event/images/nine-patch-image-impl.h index 4669060..3508821 100644 --- a/dali/internal/event/images/nine-patch-image-impl.h +++ b/dali/internal/event/images/nine-patch-image-impl.h @@ -19,7 +19,7 @@ */ // INTERNAL INCLUDES -#include +#include #include #include @@ -57,20 +57,16 @@ public: * Also a pixel buffer for image data is allocated. * Dali has ownership of the buffer. * @param [in] filename File to load synchronously into buffer - * @param [in] releasePol optionally relase memory when image is not visible on screen (default: keep image data until Image object is alive). */ - static NinePatchImagePtr New( const std::string& filename, - ReleasePolicy releasePol = IMAGE_RELEASE_POLICY_DEFAULT ); + static NinePatchImagePtr New( const std::string& filename ); /** * Create a new NinePatchImage * For better performance and portability use power of two dimensions. * The maximum size of the image is limited by GL_MAX_TEXTURE_SIZE. * @param [in] filename File to load synchronously into buffer - * @param [in] releasePol optionally relase memory when image is not visible on screen (default: keep image data until Image object is alive). */ - NinePatchImage( const std::string& filename, - ReleasePolicy releasePol = IMAGE_RELEASE_POLICY_DEFAULT ); + NinePatchImage( const std::string& filename ); /** * Convert Image object to a 9 patch image object if possible.