X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=platform-abstractions%2Ftizen%2Fimage-loaders%2Floader-ktx.h;h=c019ae865f0febdd8479026f3434b73bf7520f47;hb=efbfe41145cb178ee71f073f74f1e98e2485fffc;hp=b7f01a80a8125c88a39d22314f75be6c684be9a3;hpb=f4b05fe51ddba1d7d2035103ef3cfcd1d4741d3c;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/platform-abstractions/tizen/image-loaders/loader-ktx.h b/platform-abstractions/tizen/image-loaders/loader-ktx.h index b7f01a8..c019ae8 100644 --- a/platform-abstractions/tizen/image-loaders/loader-ktx.h +++ b/platform-abstractions/tizen/image-loaders/loader-ktx.h @@ -23,9 +23,10 @@ namespace Dali { -namespace Devel + +namespace Integration { -class PixelBuffer; + class Bitmap; } namespace TizenPlatform @@ -47,7 +48,7 @@ const unsigned char MAGIC_BYTE_2 = 0x4B; * @param[out] bitmap The bitmap class where the decoded image will be stored * @return true if file loaded successfully, false otherwise */ -bool LoadBitmapFromKtx( const ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ); +bool LoadBitmapFromKtx( const ImageLoader::Input& input, Integration::Bitmap& bitmap ); /** * Loads the header of a KTX file and fills in the width and height appropriately.