TC fail because of tbm surface is not supporting specific color depth
[platform/core/uifw/dali-adaptor.git] / adaptors / public-api / adaptor-framework / native-image-source.cpp
old mode 100644 (file)
new mode 100755 (executable)
index c4764e4..6996e73
@@ -60,6 +60,11 @@ void NativeImageSource::SetSource( Any source )
   mImpl->SetSource( source );
 }
 
+bool NativeImageSource::IsColorDepthSupported( ColorDepth colorDepth )
+{
+  return mImpl->IsColorDepthSupported( colorDepth );
+}
+
 bool NativeImageSource::GlExtensionCreate()
 {
   return mImpl->GlExtensionCreate();