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