X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fimaging%2Fcommon%2Floader-png.cpp;h=4806fcb650fef8b68f8f83d375b38281e9b9d3f3;hb=c1bb1606717a5a831a0e7bdaca8b4eb86dc5a89e;hp=315e7fe8ae47d4ae4c9626e68a2fbe3b6a025e7b;hpb=4b32c2ff33adaa23f8ae600380d7d7c246c1a9ad;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/imaging/common/loader-png.cpp b/dali/internal/imaging/common/loader-png.cpp index 315e7fe..4806fcb 100755 --- a/dali/internal/imaging/common/loader-png.cpp +++ b/dali/internal/imaging/common/loader-png.cpp @@ -114,7 +114,7 @@ bool LoadPngHeader(FILE *fp, unsigned int &width, unsigned int &height, png_stru } // namespace - anonymous -bool LoadPngHeader( const ImageLoader::Input& input, unsigned int& width, unsigned int& height ) +bool LoadPngHeader( const Dali::ImageLoader::Input& input, unsigned int& width, unsigned int& height ) { png_structp png = NULL; png_infop info = NULL; @@ -125,7 +125,7 @@ bool LoadPngHeader( const ImageLoader::Input& input, unsigned int& width, unsign return success; } -bool LoadBitmapFromPng( const ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ) +bool LoadBitmapFromPng( const Dali::ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ) { png_structp png = NULL; png_infop info = NULL;