Merge "Added Scaling and cropping properties to the image visual mask" into devel...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / builder / builder.cpp
index 4270b1e..64a08a0 100644 (file)
@@ -64,6 +64,11 @@ void Builder::AddConstant( const std::string& key, const Property::Value& value
   GetImpl(*this).AddConstant( key, value );
 }
 
+const Property::Map& Builder::GetConfigurations() const
+{
+  return GetImpl(*this).GetConfigurations();
+}
+
 const Property::Map& Builder::GetConstants() const
 {
   return GetImpl(*this).GetConstants();