X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=platform-abstractions%2Ftizen%2Fimage-loaders%2Floader-wbmp.h;h=619449f0ed2d7d1a5b310e592dc8c412c42e0402;hb=f4b05fe51ddba1d7d2035103ef3cfcd1d4741d3c;hp=a2040a0b3153e70e19bb87f414f8a8cb4abb2c3c;hpb=78a2c1b92f3933c6441e571f6fa7f241012118db;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/platform-abstractions/tizen/image-loaders/loader-wbmp.h b/platform-abstractions/tizen/image-loaders/loader-wbmp.h index a2040a0..619449f 100755 --- a/platform-abstractions/tizen/image-loaders/loader-wbmp.h +++ b/platform-abstractions/tizen/image-loaders/loader-wbmp.h @@ -24,9 +24,9 @@ namespace Dali { -namespace Integration +namespace Devel { - class Bitmap; +class PixelBuffer; } namespace TizenPlatform @@ -39,7 +39,7 @@ class ResourceLoadingClient; * @param[out] bitmap The bitmap class where the decoded image will be stored * @return true if file decoded successfully, false otherwise */ -bool LoadBitmapFromWbmp( const ImageLoader::Input& input, Integration::Bitmap& bitmap ); +bool LoadBitmapFromWbmp( const ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ); /** * @param[in] input Information about the input image (including file pointer)