X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fimages%2Fresource-image-impl.cpp;h=ea72dcb044f6ea439b09e38c5b89597f2da03874;hb=d2d43506df25b63d0385270b2cbd6ccc2ca16ccb;hp=e99d03c7556c5c9ca25557b96bee1eb73765ca30;hpb=9314e51580c90e573b71ebeffe2c9df8d3551b10;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/images/resource-image-impl.cpp b/dali/internal/event/images/resource-image-impl.cpp index e99d03c..ea72dcb 100644 --- a/dali/internal/event/images/resource-image-impl.cpp +++ b/dali/internal/event/images/resource-image-impl.cpp @@ -147,7 +147,7 @@ void ResourceImage::Reload() mAttributes.GetOrientationCorrection() ); // Note, bitmap is only destroyed when the image is destroyed. - Integration::ResourcePointer resource = platformAbstraction.LoadResourceSynchronously( resourceType, mUrl ); + Integration::ResourcePointer resource = platformAbstraction.LoadImageSynchronously( resourceType, mUrl ); if( resource ) { Integration::Bitmap* bitmap = static_cast( resource.Get() );