X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=platform-abstractions%2Ftizen%2Fimage-loaders%2Floader-png.h;h=0c9c4933ec9ccc03063165ad412487be0be837d9;hb=0e18992346b92b3951f71616ffe18230ff79b3b3;hp=e6765880805f0c1a0f4c4b6697e53142253e593b;hpb=082e57c2059e579c79627b74e93ea0d32c7643ee;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/platform-abstractions/tizen/image-loaders/loader-png.h b/platform-abstractions/tizen/image-loaders/loader-png.h index e676588..0c9c493 100644 --- a/platform-abstractions/tizen/image-loaders/loader-png.h +++ b/platform-abstractions/tizen/image-loaders/loader-png.h @@ -26,10 +26,9 @@ namespace Dali { - -namespace Integration +namespace Devel { - class Bitmap; +class PixelBuffer; } namespace TizenPlatform @@ -50,7 +49,7 @@ const unsigned char MAGIC_BYTE_2 = 0x50; * @param[out] bitmap The bitmap class where the decoded image will be stored * @return true if file decoded successfully, false otherwise */ -bool LoadBitmapFromPng( const ImageLoader::Input& input, Integration::Bitmap& bitmap ); +bool LoadBitmapFromPng( const ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ); /** * Loads the header of a PNG file and fills in the width and height appropriately.