X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=platform-abstractions%2Ftizen%2Fimage-loaders%2Floader-ico.h;h=3d9adb5fa0a1da5076d9857bd063a4622e4adf44;hb=efbfe41145cb178ee71f073f74f1e98e2485fffc;hp=1c845d56774e26459c93f6f509873a88e6075e50;hpb=f4b05fe51ddba1d7d2035103ef3cfcd1d4741d3c;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/platform-abstractions/tizen/image-loaders/loader-ico.h b/platform-abstractions/tizen/image-loaders/loader-ico.h index 1c845d5..3d9adb5 100644 --- a/platform-abstractions/tizen/image-loaders/loader-ico.h +++ b/platform-abstractions/tizen/image-loaders/loader-ico.h @@ -23,9 +23,10 @@ namespace Dali { -namespace Devel + +namespace Integration { -class PixelBuffer; + class Bitmap; } namespace TizenPlatform @@ -44,7 +45,7 @@ const unsigned char MAGIC_BYTE_2 = 0x00; * @param[out] bitmap The bitmap class where the decoded image will be stored * @return true if file decoded successfully, false otherwise */ -bool LoadBitmapFromIco( const ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ); +bool LoadBitmapFromIco( const ImageLoader::Input& input, Integration::Bitmap& bitmap ); /** * @param[in] input Information about the input image (including file pointer)