Updates following NativeImage changes and Pixel Format clean up in core
[platform/core/uifw/dali-adaptor.git] / adaptors / public-api / adaptor-framework / pixmap-image.cpp
index ae6f74a..734216d 100644 (file)
@@ -85,9 +85,9 @@ unsigned int PixmapImage::GetHeight() const
   return mImpl->GetHeight();
 }
 
-Pixel::Format PixmapImage::GetPixelFormat() const
+bool PixmapImage::RequiresBlending() const
 {
-  return mImpl->GetPixelFormat();
+  return mImpl->RequiresBlending();
 }
 
 PixmapImage::PixmapImage( unsigned int width, unsigned int height, ColorDepth depth, Any pixmap )